Skip to content

Commit

Permalink
[build] Suppress deprecation/removal warnings for old commands (#3618)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starlight220 authored Oct 11, 2021
1 parent 10f19e6 commit 791d835
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wpilibOldCommands/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,7 @@ test {
showStandardStreams = true
}
}

tasks.withType(JavaCompile) {
options.compilerArgs += "-Xlint:-removal"
}

0 comments on commit 791d835

Please sign in to comment.