fix spotbugs

This commit is contained in:
Jörg Prante 2023-10-17 11:59:31 +02:00
parent ce3eb16efa
commit 975feea2ee

View file

@ -1,19 +1,10 @@
apply plugin: "com.github.spotbugs"
spotbugs {
toolVersion = '4.7.1'
toolVersion = '4.7.3'
ignoreFailures = true
}
spotbugsMain {
reports {
html {
enabled = true
destination = file("$buildDir/reports/spotbugs/main/spotbugs.html")
}
}
}
spotbugsTest {
enabled = false
}