We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 215a654 + 4b8d5f2 commit e6678b6Copy full SHA for e6678b6
spring-boot-project/spring-boot-tools/spring-boot-loader-tools/build.gradle
@@ -84,12 +84,6 @@ sourceSets {
84
}
85
86
87
-compileJava {
88
- if ((!project.hasProperty("toolchainVersion")) && JavaVersion.current() == JavaVersion.VERSION_1_8) {
89
- options.compilerArgs += ['-Xlint:-sunapi', '-XDenableSunApiLintControl']
90
- }
91
-}
92
-
93
plugins.withType(EclipsePlugin) {
94
eclipse {
95
classpath.file { merger ->
0 commit comments