Skip to content

Commit

Permalink
Upgrade codeclimate-pmd version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larkinscott committed Dec 18, 2023
1 parent ac55aa8 commit 9ced75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install-pmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
LIB_DIR=/usr/src/app/lib

download_pmd() {
URL="https://github.com/pmd/pmd/releases/download/pmd_releases/6.7.0/pmd-bin-6.7.0.zip"
URL="https://github.com/pmd/pmd/releases/download/pmd_releases/7.0.0-rc2/pmd-bin-7.0.0-rc2.zip"
wget -O pmd.zip $URL
}

Expand Down

0 comments on commit 9ced75e

Please sign in to comment.