Kotlin DSL Reference for Gradle
8.4-rc-2
API
Kotlin DSL Reference for Gradle
/
org.gradle.api.plugins.quality
/
Pmd
/
reports
reports
API
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.
val
reports
:
PmdReports
(
source
)