Enabled deprication warnings, fixed some of the warnings
This commit is contained in:
parent
5f02f65ead
commit
986ec8958a
17 changed files with 235 additions and 109 deletions
|
|
@ -80,6 +80,10 @@ java {
|
|||
withJavadocJar()
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.compilerArgs << "-Xlint:deprecation"
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
java {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue