update spotbugs
This commit is contained in:
parent
a44c1b38a9
commit
455f053c1e
3 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
plugins {
|
||||
id "com.github.spotbugs" version "1.6.9"
|
||||
id "com.github.spotbugs" version "1.7.0"
|
||||
id "org.sonarqube" version '2.6.1'
|
||||
id "io.codearte.nexus-staging" version "0.11.0"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
spotbugs {
|
||||
toolVersion = '3.1.3'
|
||||
toolVersion = '3.1.12'
|
||||
sourceSets = [sourceSets.main]
|
||||
ignoreFailures = true
|
||||
effort = "max"
|
||||
|
|
Loading…
Reference in a new issue