Skip to content

Commit deb865b

Browse files
committed
Merge branch '3.4.x'
Closes gh-44131
2 parents 6492706 + e6678b6 commit deb865b

File tree

1 file changed

+0
-6
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-loader-tools

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ sourceSets {
8484
}
8585
}
8686

87-
compileJava {
88-
if ((!project.hasProperty("toolchainVersion")) && JavaVersion.current() == JavaVersion.VERSION_1_8) {
89-
options.compilerArgs += ['-Xlint:-sunapi', '-XDenableSunApiLintControl']
90-
}
91-
}
92-
9387
plugins.withType(EclipsePlugin) {
9488
eclipse {
9589
classpath.file { merger ->

0 commit comments

Comments
 (0)