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"
|
||||
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue