mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
Update Java examples to use new PIDController (#1809)
This also allows us to re-enable Werror.
This commit is contained in:
committed by
Peter Johnson
parent
ba9b517427
commit
09d00a6227
@@ -33,7 +33,7 @@ if (!project.hasProperty('skipPMD')) {
|
||||
|
||||
gradle.projectsEvaluated {
|
||||
tasks.withType(JavaCompile) {
|
||||
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
|
||||
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" << "-Werror"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user