Re-enabled SpotBugs.

This commit is contained in:
Erik C. Thauvin 2019-04-08 09:54:42 -07:00
parent 7085f3a294
commit 267b858cbd

View file

@ -60,7 +60,8 @@ dependencies {
testImplementation 'org.testng:testng:6.14.3'
testImplementation 'org.assertj:assertj-core:3.12.2'
//spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.8.0'
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.9.0'
compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.11'
}