Version 0.8 starts.
This commit is contained in:
parent
0d913eca4d
commit
4b95b0bbe2
49 changed files with 2284 additions and 1318 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue