We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6492706 + e6678b6 commit deb865bCopy full SHA for deb865b
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