Skip to content

Commit 27aec57

Browse files
committed
- enables html report for tests spotbugs
1 parent 3282456 commit 27aec57

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ spotbugsMain {
4343
}
4444
}
4545

46+
spotbugsTest {
47+
reports {
48+
html {
49+
enabled = true
50+
destination = file("$buildDir/reports/spotbugs/test/spotbugs.html")
51+
stylesheet = 'fancy-hist.xsl'
52+
}
53+
}
54+
}
55+
4656
jacocoTestReport {
4757
reports {
4858
xml.enabled true

0 commit comments

Comments
 (0)