added compiler params
This commit is contained in:
parent
dec6cc8ba0
commit
b1e9208be6
1 changed files with 5 additions and 0 deletions
|
@ -159,3 +159,8 @@ task generateReadmesZip(type: Zip) {
|
||||||
}
|
}
|
||||||
destinationDirectory = layout.buildDirectory.dir("assets")
|
destinationDirectory = layout.buildDirectory.dir("assets")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(JavaCompile).configureEach {
|
||||||
|
options.compilerArgs += ['-Xlint:unchecked']
|
||||||
|
options.compilerArgs += ['-Xlint:deprecation']
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue