Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit 5417547

Browse files
patch: update tools versions
1 parent 63e1379 commit 5417547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.19.0/pmd-dist-7.19.0-bin.zip"
6-
CHECKSTYLE_RELEASE="https://github.com/checkstyle/checkstyle/releases/download/checkstyle-12.1.2/checkstyle-12.1.2-all.jar"
6+
CHECKSTYLE_RELEASE="https://github.com/checkstyle/checkstyle/releases/download/checkstyle-12.2.0/checkstyle-12.2.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)