net.twisterrob.gradle.pmd.PmdExtension.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of twister-quality-pmd Show documentation
Show all versions of twister-quality-pmd Show documentation
PMD quality setup plugin for Gradle.
package net.twisterrob.gradle.pmd
import net.twisterrob.gradle.common.BaseQualityExtension
import org.gradle.api.Project
open class PmdExtension(project: Project) : BaseQualityExtension(project)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy