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'
|
toolVersion = '4.0.0-RC1'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(SpotBugsTask) {
|
||||||
tasks.withType(com.github.spotbugs.SpotBugsTask) {
|
|
||||||
reports {
|
reports {
|
||||||
html {
|
xml.enabled = false
|
||||||
enabled = true
|
html.enabled = true
|
||||||
}
|
|
||||||
xml {
|
|
||||||
enabled = false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user