Re-enabled SpotBugs.

This commit is contained in:
Erik C. Thauvin 2019-04-08 09:55:34 -07:00
parent 45e99ea6a7
commit 9cc9c66b29
2 changed files with 7 additions and 1 deletions

View file

@ -39,7 +39,10 @@ repositories {
dependencies {
implementation 'com.github.spullara.mustache.java:compiler:0.9.6'
// compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.12'
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.9.0'
compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.11'
testImplementation 'org.testng:testng:6.14.3'
}