static-code-analysis-plugin icon indicating copy to clipboard operation
static-code-analysis-plugin copied to clipboard

HTML Reporting is not working

Open Bala-raj opened this issue 5 years ago • 0 comments

Hi

I don't have any other choice other than creating an issue.

I checked the source and found you guys disabling HTML reporting. Any specific reason for that?

Help me to get a report in HTML for PMD and Checkstyle. For Findbugs it works if just config like this but not for others

tasks.withType(FindBugs) {
    reports {
        xml.enabled = false
        html.enabled = true
    }
}

Bala-raj avatar May 17 '19 09:05 Bala-raj