Re-enabled SpotBugs.
This commit is contained in:
parent
45e99ea6a7
commit
9cc9c66b29
2 changed files with 7 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue