Version 0.8 starts.

This commit is contained in:
Erik C. Thauvin 2020-03-28 11:31:52 -07:00
parent 0d913eca4d
commit 4b95b0bbe2
49 changed files with 2284 additions and 1318 deletions

View file

@ -88,7 +88,7 @@ spotbugs {
tasks.withType(com.github.spotbugs.snom.SpotBugsTask) {
reports {
xml.enabled = false
xml.enabled = true
html.enabled = true
}
excludeFilter.set(file("$projectDir/config/spotbugs/excludeFilter.xml"))
@ -140,7 +140,7 @@ clean {
}
run {
args '--v'
//args '--v'
}
incrementBuildMeta {