1 parent 718e803 commit 192aeacCopy full SHA for 192aeac
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.8.0/pmd-dist-7.8.0-bin.zip"
6
-CHECKSTYLE_RELEASE="https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.20.2/checkstyle-10.20.2-all.jar"
+CHECKSTYLE_RELEASE="https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.21.0/checkstyle-10.21.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