fix spotbugs
This commit is contained in:
parent
ce3eb16efa
commit
975feea2ee
1 changed files with 1 additions and 10 deletions
|
@ -1,19 +1,10 @@
|
||||||
apply plugin: "com.github.spotbugs"
|
apply plugin: "com.github.spotbugs"
|
||||||
|
|
||||||
spotbugs {
|
spotbugs {
|
||||||
toolVersion = '4.7.1'
|
toolVersion = '4.7.3'
|
||||||
ignoreFailures = true
|
ignoreFailures = true
|
||||||
}
|
}
|
||||||
|
|
||||||
spotbugsMain {
|
|
||||||
reports {
|
|
||||||
html {
|
|
||||||
enabled = true
|
|
||||||
destination = file("$buildDir/reports/spotbugs/main/spotbugs.html")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
spotbugsTest {
|
spotbugsTest {
|
||||||
enabled = false
|
enabled = false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue