mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
21414bc265
This commit moves the Kotlin build configuration from the Gradle DSL to a dedicated convention in buildSrc.
10 lines
164 B
Properties
10 lines
164 B
Properties
version=6.0.0-SNAPSHOT
|
|
|
|
org.gradle.caching=true
|
|
org.gradle.jvmargs=-Xmx2048m
|
|
org.gradle.parallel=true
|
|
|
|
kotlinVersion=1.7.20
|
|
|
|
kotlin.stdlib.default.dependency=false
|