Explorar o código

Fix spotbugs output

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky %!s(int64=4) %!d(string=hai) anos
pai
achega
7360bbabfe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -244,8 +244,8 @@ android {
 
             reports {
                 xml.enabled = false
-                html.enabled = true
                 html {
+                    enabled = true
                     destination = file("$project.buildDir/reports/spotbugs/spotbugs.html")
                 }
             }