Reinstate Gradle Plugin toolchain's maximum compatible Java version
See gh-33766
This commit is contained in:
parent
42c4547265
commit
93fc2a455b
|
|
@ -133,3 +133,6 @@ artifacts {
|
|||
antoraContent antoraGradlePluginCatalogContent
|
||||
}
|
||||
|
||||
toolchain {
|
||||
maximumCompatibleJavaVersion = JavaLanguageVersion.of(20)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue