This commit revisit the build configuration to enforce the following: * A single Java toolchain is used consistently with a recent Java version (here, Java 23) and language level * the main source is compiled with the Java 17 "-release" target * Multi-Release classes are compiled with their respective "-release" target. For now, only "spring-core" ships Java 21 variants. Closes gh-34507
4 lines
97 B
INI
4 lines
97 B
INI
org.gradle.caching=true
|
|
javaFormatVersion=0.0.42
|
|
junitJupiterVersion=5.11.4
|
|
assertjVersion=3.27.3 |