api / org.gradle.api.plugins.quality / PmdPlugin / <init>

<init>

PmdPlugin()

A plugin for the PMD source code analyzer.

Declares a pmd configuration which needs to be configured with the PMD library to be used.

For each source set that is to be analyzed, a Pmd task is created and configured to analyze all Java code.

All PMD tasks (including user-defined ones) are added to the check lifecycle task.

See Also
PmdExtensionPmd