mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
ba9bef6bbf
Kotlin 2.2 is the new baseline for Spring Framework 7.0. -Xannotation-default-target=param-property is specified to avoid warnings when compiling tests or documentation snippets. It is expected to become the default behavior in an upcoming version of Kotlin, see https://youtrack.jetbrains.com/issue/KT-73255 for more details. Closes gh-34453
11 lines
204 B
Properties
11 lines
204 B
Properties
version=7.0.0-SNAPSHOT
|
|
|
|
org.gradle.caching=true
|
|
org.gradle.jvmargs=-Xmx2048m
|
|
org.gradle.parallel=true
|
|
|
|
kotlinVersion=2.2.0
|
|
|
|
kotlin.jvm.target.validation.mode=ignore
|
|
kotlin.stdlib.default.dependency=false
|