reports

open fun reports(@DelegatesTo(value = PmdReports::class, strategy = Closure.DELEGATE_FIRST) closure: Closure): PmdReports(source)

Configures the reports to be generated by this task.


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

Configures the reports to be generated by this task.

Since

3.0