This repository was archived by the owner on Dec 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments