10 lines
140 B
Groovy
10 lines
140 B
Groovy
apply plugin: "com.github.spotbugs"
|
|
|
|
spotbugs {
|
|
toolVersion = '4.7.3'
|
|
ignoreFailures = true
|
|
}
|
|
|
|
spotbugsTest {
|
|
enabled = false
|
|
}
|