Prevent out of world claims (#4475)

* Prevent out of world claims

* update java version in workflows
This commit is contained in:
Hannes Greule
2024-08-13 07:40:09 +02:00
committed by GitHub
parent 1ebcbf60a6
commit bbb3736846
5 changed files with 7 additions and 4 deletions

View File

@ -85,7 +85,7 @@ subprojects {
plugins.withId("java") {
the<JavaPluginExtension>().toolchain {
languageVersion.set(JavaLanguageVersion.of(17))
languageVersion.set(JavaLanguageVersion.of(21))
}
}