content/gradle/quality/spotbugs.gradle
2023-10-17 12:03:52 +02:00

10 lines
140 B
Groovy

apply plugin: "com.github.spotbugs"
spotbugs {
toolVersion = '4.7.3'
ignoreFailures = true
}
spotbugsTest {
enabled = false
}