Skip to content

Commit b961f0d

Browse files
Upgrade PMD to version 6.0.1 (#23)
* Upgrade PMD to version 6 * Adjust regression suite as the new version has different output values * Use new rules xml instead of group name, as they became incompatible * Speedup analysis with builtin cache * Redirect warnings to stderr * Hardcode ruleset as runtime directory changes
1 parent b473424 commit b961f0d

9 files changed

+163
-852
lines changed

Diff for: bin/install-pmd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44
LIB_DIR=/usr/src/app/lib
55

66
download_pmd() {
7-
URL="https://github.com/pmd/pmd/releases/download/pmd_releases/5.8.1/pmd-bin-5.8.1.zip"
7+
URL="https://github.com/pmd/pmd/releases/download/pmd_releases/6.0.1/pmd-bin-6.0.1.zip"
88
wget -O pmd.zip $URL
99
}
1010

0 commit comments

Comments
 (0)