Skip to content

HTML Reporting is not working #33

@Bala-raj

Description

@Bala-raj

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
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions