update spotbugs

This commit is contained in:
Jörg Prante 2019-03-16 21:09:08 +01:00
parent a44c1b38a9
commit 455f053c1e
3 changed files with 2 additions and 2 deletions

View file

@ -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"
}

View file

View file

@ -1,6 +1,6 @@
spotbugs {
toolVersion = '3.1.3'
toolVersion = '3.1.12'
sourceSets = [sourceSets.main]
ignoreFailures = true
effort = "max"