Skip to content

Commit c2bb96d

Browse files
patch: update tools versions
1 parent 97b0cb1 commit c2bb96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
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"
6+
CHECKSTYLE_RELEASE="https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.24.0/checkstyle-10.24.0-all.jar"
77

88
apt-get update && apt-get install --no-install-recommends -y ca-certificates wget unzip curl bash jq
99

0 commit comments

Comments
 (0)