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 97b0cb1 commit c2bb96dCopy full SHA for c2bb96d
install.sh
@@ -3,7 +3,7 @@
3
set -e
4
5
PMD_RELEASE="https://github.com/pmd/pmd/releases/download/pmd_releases/7.13.0/pmd-dist-7.13.0-bin.zip"
6
-CHECKSTYLE_RELEASE="https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.23.1/checkstyle-10.23.1-all.jar"
+CHECKSTYLE_RELEASE="https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.24.0/checkstyle-10.24.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