update spotbugs

This commit is contained in:
Carsten Otto
2022-05-03 17:41:00 +02:00
parent f936c65cd4
commit 3aa67eac7d

View File

@@ -13,6 +13,7 @@ tasks.withType(com.github.spotbugs.snom.SpotBugsTask).forEach { spotbugsTask ->
spotbugs {
excludeFilter = file("${rootDir}/config/spotbugs-exclude.xml")
toolVersion = '4.6.0'
}
tasks.withType(Test).forEach { testTask ->
@@ -25,4 +26,4 @@ tasks.withType(Test).forEach { testTask ->
testTask.shouldRunAfter(spotbugsTask)
}
}
}
}