gradle
8.2-rc-3
Java API
gradle
/
org.gradle.api.plugins.quality
/
Pmd
/
reports
reports
Java API
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.
val
reports
:
PmdReports