We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff949c4 commit 3d10773Copy full SHA for 3d10773
install.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-PMD_RELEASE="https://github.com/pmd/pmd/releases/download/pmd_releases/7.16.0/pmd-dist-7.16.0-bin.zip"
+PMD_RELEASE="https://github.com/pmd/pmd/releases/download/pmd_releases/7.17.0/pmd-dist-7.17.0-bin.zip"
6
CHECKSTYLE_RELEASE="https://github.com/checkstyle/checkstyle/releases/download/checkstyle-11.0.1/checkstyle-11.0.1-all.jar"
7
8
apt-get update && apt-get install --no-install-recommends -y ca-certificates wget unzip curl bash jq
0 commit comments