Merge branch '3.4.x'

Closes gh-44213
This commit is contained in:
Andy Wilkinson
2025-02-11 11:35:12 +00:00
6 changed files with 40 additions and 2 deletions

View File

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