Skip to content

Commit 80a281e

Browse files
committed
Downgradle PMD version to match the rule file.
1 parent 32634bf commit 80a281e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ configure(subprojects.findAll { !it.name.contains("testpack") && !it.name.starts
120120
}
121121

122122
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'
123125
ignoreFailures = true
124126
ruleSetFiles = files(new File(rootDir, "config/pmd/pmd.xml"))
125127
}

0 commit comments

Comments
 (0)