Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 69d4053

Browse files
author
Bogdan Drutu
authored
Fix checkstyle download link. (#1232)
1 parent bdbdfd2 commit 69d4053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildscripts/kokoro/linux_presubmit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ case "$TASK" in
6464
./gradlew clean assemble -PcheckerFramework=true
6565
;;
6666
"CHECK_EXAMPLES_LICENSE")
67-
curl -L -o checkstyle-8.0-all.jar https://sourceforge.net/projects/checkstyle/files/checkstyle/8.0/checkstyle-8.0-all.jar/download
67+
curl -L -o checkstyle-8.0-all.jar https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.0/checkstyle-8.0-all.jar
6868
java -DrootDir=. -jar checkstyle-8.0-all.jar -c buildscripts/checkstyle.xml examples/src/
6969
;;
7070
"CHECK_EXAMPLES_FORMAT")

scripts/travis_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ case "$TASK" in
5555
./gradlew clean assemble -PcheckerFramework=true
5656
;;
5757
"CHECK_EXAMPLES_LICENSE")
58-
curl -L -o checkstyle-8.0-all.jar https://sourceforge.net/projects/checkstyle/files/checkstyle/8.0/checkstyle-8.0-all.jar/download
58+
curl -L -o checkstyle-8.0-all.jar https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.0/checkstyle-8.0-all.jar
5959
java -DrootDir=. -jar checkstyle-8.0-all.jar -c buildscripts/checkstyle.xml examples/src/
6060
;;
6161
"CHECK_EXAMPLES_FORMAT")

0 commit comments

Comments
 (0)