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