commit
e6678b6d16
|
@ -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…
Reference in New Issue