We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32634bf commit 80a281eCopy full SHA for 80a281e
build.gradle
@@ -120,6 +120,8 @@ configure(subprojects.findAll { !it.name.contains("testpack") && !it.name.starts
120
}
121
122
pmd {
123
+ // Set PMD to an older version than Gradle default - the pmd.xml needs to be updated for a newer PMD version
124
+ toolVersion = '4.3'
125
ignoreFailures = true
126
ruleSetFiles = files(new File(rootDir, "config/pmd/pmd.xml"))
127
0 commit comments