79435852

Date: 2025-02-13 10:40:32
Score: 2
Natty:
Report link

you can set the reports "outputLocation" properties, my code example produces xml output:

spotbugsMain {
    reports {
        xml.outputLocation.set(layout.buildDirectory.file("/spotbugs/spotbugs.xml"))
    }
}

Reference: https://github.com/spotbugs/spotbugs-gradle-plugin#readme

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cyanotyp