Pages

Thursday, 21 January 2021

Quicky: HTML reports in Spotbugs

 Really just a note for me:

spotbugsTest {

reports {
xml.enabled = false
html.enabled = true
}
}

No comments:

Post a Comment