mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Reinstate Gradle Plugin toolchain's maximum compatible Java version
See gh-33766
This commit is contained in:
@@ -133,3 +133,6 @@ artifacts {
|
||||
antoraContent antoraGradlePluginCatalogContent
|
||||
}
|
||||
|
||||
toolchain {
|
||||
maximumCompatibleJavaVersion = JavaLanguageVersion.of(20)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user