Skip to content

Commit e6678b6

Browse files
committed
Merge branch '3.3.x' into 3.4.x
Closes gh-44130
2 parents 215a654 + 4b8d5f2 commit e6678b6

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

-6
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)