Files
spring-framework/buildSrc/gradle.properties
Brian Clozel 68e9460e9b Revisit compiler configuration in project build
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
2025-02-27 14:39:43 +01:00

4 lines
97 B
INI

org.gradle.caching=true
javaFormatVersion=0.0.42
junitJupiterVersion=5.11.4
assertjVersion=3.27.3