Prior to this commit, spring-graphql would depend on Kotlin 1.6, which is not in line with Spring Framework 5.3.x requirements. This commit realigns our dependency management on Kotlin 1.5.x. Also, this commit configures the build to not publish a kotlin-stdlib runtime dependency in our POM. Closes gh-265
8 lines
176 B
INI
8 lines
176 B
INI
version=1.0.0-SNAPSHOT
|
|
|
|
org.gradle.caching=true
|
|
org.gradle.daemon=true
|
|
org.gradle.parallel=true
|
|
org.gradle.jvmargs=-Dfile.encoding=UTF-8
|
|
|
|
kotlin.stdlib.default.dependency=false |