Broaden Gradle compatibility testing

Closes gh-45692
This commit is contained in:
Andy Wilkinson
2025-05-27 10:56:38 +01:00
parent 88792c54c4
commit 2efad20f7b
2 changed files with 4 additions and 5 deletions

View File

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