project(gradle): Fix warnings and deprecations
This commit is contained in:
@@ -40,6 +40,7 @@ tasks {
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
disableAutoTargetJvm()
|
||||
}
|
||||
|
||||
withType<JavaCompile> {
|
||||
options.compilerArgs.addAll(arrayOf("-Xlint:-unchecked"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user