We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4caf395 commit b9cb59aCopy full SHA for b9cb59a
de.bitctrl.dav.rest.server/build.gradle
@@ -26,4 +26,16 @@ spotbugs {
26
excludeFilter = file("$projectDir/config/spotbugsExclude.xml")
27
}
28
29
+tasks.withType(com.github.spotbugs.SpotBugsTask) {
30
+ ignoreFailures = true
31
+
32
+ effort = 'max'
33
+ reportLevel = 'low'
34
35
+ reports {
36
+ xml.enabled = true
37
+ html.enabled = false
38
+ }
39
+}
40
41
mainClassName='de.bitctrl.dav.rest.server.DavRestServer'
0 commit comments