reports

open fun reports(@DelegatesTo(value = PmdReports::class, strategy = Closure.DELEGATE_FIRST) closure: Closure): PmdReports
open fun reports(configureAction: Action<out Any>): PmdReports

Configures the reports to be generated by this task.