Releases: checkstyle/test-configs
Releases · checkstyle/test-configs
Release list
diff-java-tool-1.0-2026-07-14
cd github/checkstyle/test-configs/
git checkout main
git pull
cd diff-java-tool/
./gradlew clean build
NEW_VERSION=1.0-2026-07-14
mv build/libs/diff-java-tool-1.0-SNAPSHOT-all.jar build/libs/diff-java-tool-$NEW_VERSION-all.jar
git tag diff-java-tool-$NEW_VERSION
git push origin diff-java-tool-$NEW_VERSION
# open tag in github, press "release from tag" button, upload "-all" jar
update https://github.com/checkstyle/checkstyle/blob/master/.github/workflows/regression-report.yml#L23
diff-java-tool-1.0-2026-07-13
cd github/checkstyle/test-configs/
git checkout main
git pull
cd diff-java-tool/
./gradlew clean build
NEW_VERSION=1.0-2026-07-13
mv build/libs/diff-java-tool-1.0-SNAPSHOT-all.jar build/libs/diff-java-tool-$NEW_VERSION-all.jar
git tag diff-java-tool-$NEW_VERSION
git push origin diff-java-tool-$NEW_VERSION
# open tag in github, press "release from tag" button, upload "-all" jar
diff-java-tool-1.0-2025-01-30
export JAVA_HOME=/home/roman/java/jdk/jdk-21.0.2
export PATH=$JAVA_HOME/bin:$PATH
./gradlew clean build
mv build/libs/diff-java-tool-1.0-SNAPSHOT-all.jar build/libs/diff-java-tool-1.0-2025-01-30-all.jar
git tag diff-java-tool-1.0-2025-01-30
git push origin diff-java-tool-1.0-2025-01-30
# open tag in github, press "release from tag" button, upload "-all" jar
diff-java-tool-1.0-2025-01-20
export JAVA_HOME=/home/roman/java/jdk/jdk-21.0.2
export PATH=$JAVA_HOME/bin:$PATH
./gradlew clean build
mv build/libs/diff-java-tool-1.0-SNAPSHOT-all.jar build/libs/diff-java-tool-1.0-2025-01-20-all.jar
git tag diff-java-tool-1.0-2025-01-20
git push origin diff-java-tool-1.0-2025-01-20
# open tag in github, press "release from tag" button, upload "-all" jar
extractor-2024-10-08
✔ ~/java/github/checkstyle/test-configs/extractor [main|✔]
$ ./gradlew assemble
result file extractor-all.jar is renamed to extractor-all-2024-10-08.jar
diff-java-tool-1.0-SNAPSHOT-all
✔ ~/java/github/checkstyle/test-configs/diff-java-tool [main|✔]
$ ./gradlew clean build
....
extractor-2024-08-27
✔ ~/java/github/checkstyle/test-configs/extractor [main|✔]
$ ./gradlew assemble
result file extractor-all.jar is renamed to extractor-all-2024-08-27.jar