Cleanup.
This commit is contained in:
parent
06263ee003
commit
cd10d5325a
12 changed files with 50 additions and 121 deletions
14
build.gradle
14
build.gradle
|
@ -42,7 +42,11 @@ dependencies {
|
|||
implementation 'com.github.spullara.mustache.java:compiler:0.9.6'
|
||||
|
||||
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.9.0'
|
||||
compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.11'
|
||||
spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.3.sb'
|
||||
|
||||
compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.12'
|
||||
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.12'
|
||||
|
||||
|
||||
testImplementation 'org.testng:testng:6.14.3'
|
||||
}
|
||||
|
@ -156,14 +160,6 @@ tasks.withType(Checkstyle) {
|
|||
}
|
||||
}
|
||||
|
||||
compileJava {
|
||||
options.compilerArgs.add('-proc:none')
|
||||
}
|
||||
|
||||
compileTestJava {
|
||||
options.compilerArgs.add('-proc:none')
|
||||
}
|
||||
|
||||
bintrayUpload {
|
||||
versionName = "$project.version"
|
||||
versionDesc = "version $project.version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue