Merge branch '3.4.x'

Closes gh-44131
This commit is contained in:
Andy Wilkinson 2025-02-05 08:48:53 +00:00
commit deb865b3d3
1 changed files with 0 additions and 6 deletions

View File

@ -84,12 +84,6 @@ sourceSets {
}
}
compileJava {
if ((!project.hasProperty("toolchainVersion")) && JavaVersion.current() == JavaVersion.VERSION_1_8) {
options.compilerArgs += ['-Xlint:-sunapi', '-XDenableSunApiLintControl']
}
}
plugins.withType(EclipsePlugin) {
eclipse {
classpath.file { merger ->