소스 검색

Fix spotbugs output

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 5 년 전
부모
커밋
7360bbabfe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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")
                 }
             }