Browse Source

Merge branch '3.4.x'

Closes gh-44131
pull/44100/head
Andy Wilkinson 12 months ago
parent
commit
deb865b3d3
  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