Update tests to allow them to run on Java 19
Closes gh-32280
This commit is contained in:
@@ -120,3 +120,7 @@ task zip(type: Zip) {
|
||||
artifacts {
|
||||
"documentation" zip
|
||||
}
|
||||
|
||||
toolchain {
|
||||
maximumCompatibleJavaVersion = JavaLanguageVersion.of(18)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user