Merge branch '3.3.x' into 3.4.x

Closes gh-44130
This commit is contained in:
Andy Wilkinson 2025-02-05 08:48:38 +00:00
commit e6678b6d16
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 ->