Merge branch '2.7.x'
Closes gh-32285
This commit is contained in:
@@ -127,3 +127,7 @@ task zip(type: Zip) {
|
||||
artifacts {
|
||||
"documentation" zip
|
||||
}
|
||||
|
||||
toolchain {
|
||||
maximumCompatibleJavaVersion = JavaLanguageVersion.of(18)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user