added compiler params
This commit is contained in:
parent
dec6cc8ba0
commit
b1e9208be6
@ -159,3 +159,8 @@ task generateReadmesZip(type: Zip) {
|
||||
}
|
||||
destinationDirectory = layout.buildDirectory.dir("assets")
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
options.compilerArgs += ['-Xlint:unchecked']
|
||||
options.compilerArgs += ['-Xlint:deprecation']
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user