Verwendet oder überschreibt eine veraltete API.
allprojects {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
}
}
Victorious Vendace