Browse Source

Reinstate Gradle Plugin toolchain's maximum compatible Java version

See gh-33766
pull/40050/head
Andy Wilkinson 2 years ago
parent
commit
93fc2a455b
  1. 3
      spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/build.gradle

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

@ -133,3 +133,6 @@ artifacts { @@ -133,3 +133,6 @@ artifacts {
antoraContent antoraGradlePluginCatalogContent
}
toolchain {
maximumCompatibleJavaVersion = JavaLanguageVersion.of(20)
}

Loading…
Cancel
Save