reports

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

Configures the reports to be generated by this task.