Add CI with Java 24

Closes gh-44205
This commit is contained in:
Andy Wilkinson
2025-02-11 11:34:43 +00:00
parent b8f64681ad
commit 30d7af4e38
6 changed files with 41 additions and 3 deletions

View File

@@ -154,3 +154,7 @@ plugins.withType(EclipsePlugin) {
}
}
}
toolchain {
maximumCompatibleJavaVersion = JavaLanguageVersion.of(23)
}