api / org.gradle.api.plugins.quality / Pmd / reports

reports

open fun reports(@DelegatesTo(PmdReports, 1) closure: Closure<Any>): PmdReports

Overrides Reporting.reports

Configures the reports to be generated by this task.

open fun reports(configureAction: Action<in PmdReports>): PmdReports

Overrides Reporting.reports

Configures the reports to be generated by this task.

Since
3.0