Skip to content

Commit 93fc2a4

Browse files
committed
Reinstate Gradle Plugin toolchain's maximum compatible Java version
See gh-33766
1 parent 42c4547 commit 93fc2a4

File tree

1 file changed

+3
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin

1 file changed

+3
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,6 @@ artifacts {
133133
antoraContent antoraGradlePluginCatalogContent
134134
}
135135

136+
toolchain {
137+
maximumCompatibleJavaVersion = JavaLanguageVersion.of(20)
138+
}

0 commit comments

Comments
 (0)