1 parent 3d10773 commit 2b57abfCopy full SHA for 2b57abf
1 file changed
install.sh
@@ -3,7 +3,7 @@
3
set -e
4
5
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"
+CHECKSTYLE_RELEASE="https://github.com/checkstyle/checkstyle/releases/download/checkstyle-11.1.0/checkstyle-11.1.0-all.jar"
7
8
apt-get update && apt-get install --no-install-recommends -y ca-certificates wget unzip curl bash jq
9
0 commit comments