Browse Source

Merge branch '3.3.x' into 3.4.x

Closes gh-44130
pull/44380/head
Andy Wilkinson 11 months ago
parent
commit
e6678b6d16
  1. 6
      spring-boot-project/spring-boot-tools/spring-boot-loader-tools/build.gradle

6
spring-boot-project/spring-boot-tools/spring-boot-loader-tools/build.gradle

@ -84,12 +84,6 @@ sourceSets { @@ -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 ->

Loading…
Cancel
Save