1 parent 24e3898 commit 55391bfCopy full SHA for 55391bf
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/6.55.0/pmd-bin-6.55.0.zip"
6
-CHECKSTYLE_RELEASE="https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.12.4/checkstyle-10.12.4-all.jar"
+CHECKSTYLE_RELEASE="https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.12.5/checkstyle-10.12.5-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