[myRobot] Disable spotbugs (#4565)

This commit is contained in:
Peter Johnson
2022-11-14 14:26:41 -08:00
committed by GitHub
parent 14d8506b72
commit 1269d2b901

View File

@@ -53,6 +53,10 @@ dependencies {
implementation project(':wpilibNewCommands')
}
tasks.withType(com.github.spotbugs.snom.SpotBugsTask).configureEach {
onlyIf { false }
}
def simProjects = ['halsim_gui']
deploy {