diff --git a/myRobot/build.gradle b/myRobot/build.gradle index d337daff0e..d2e98e6eaf 100644 --- a/myRobot/build.gradle +++ b/myRobot/build.gradle @@ -53,6 +53,10 @@ dependencies { implementation project(':wpilibNewCommands') } +tasks.withType(com.github.spotbugs.snom.SpotBugsTask).configureEach { + onlyIf { false } +} + def simProjects = ['halsim_gui'] deploy {