[build] Suppress deprecation/removal warnings for old commands (#3618)

This commit is contained in:
Starlight220
2021-10-11 06:07:12 +03:00
committed by GitHub
parent 10f19e6fc3
commit 362a862f51

View File

@@ -113,3 +113,7 @@ test {
showStandardStreams = true
}
}
tasks.withType(JavaCompile) {
options.compilerArgs += "-Xlint:-removal"
}