mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
[build] Suppress deprecation/removal warnings for old commands (#3618)
This commit is contained in:
@@ -113,3 +113,7 @@ test {
|
||||
showStandardStreams = true
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.compilerArgs += "-Xlint:-removal"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user