Merge branch 'master' into swagger-api
This commit is contained in:
11
build.gradle
11
build.gradle
@ -14,15 +14,10 @@ spotbugs{
|
||||
toolVersion = '4.0.0-RC1'
|
||||
}
|
||||
|
||||
|
||||
tasks.withType(com.github.spotbugs.SpotBugsTask) {
|
||||
tasks.withType(SpotBugsTask) {
|
||||
reports {
|
||||
html {
|
||||
enabled = true
|
||||
}
|
||||
xml {
|
||||
enabled = false
|
||||
}
|
||||
xml.enabled = false
|
||||
html.enabled = true
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user