aboutsummaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2018-06-04 11:27:58 -0700
committerGitHub <noreply@github.com>2018-06-04 11:27:58 -0700
commit69d4053ca342d8e480d6342aa4579c416f45eaf9 (patch)
tree867de07eca7c3d4eb4c20a50146bea46079850b9 /buildscripts
parentbdbdfd2b4bd8580180a40d90aadd76fcf871544f (diff)
downloadopencensus-java-69d4053ca342d8e480d6342aa4579c416f45eaf9.tar.gz
Fix checkstyle download link. (#1232)
Diffstat (limited to 'buildscripts')
-rwxr-xr-xbuildscripts/kokoro/linux_presubmit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/kokoro/linux_presubmit.sh b/buildscripts/kokoro/linux_presubmit.sh
index 11785d0e..327d310c 100755
--- a/buildscripts/kokoro/linux_presubmit.sh
+++ b/buildscripts/kokoro/linux_presubmit.sh
@@ -64,7 +64,7 @@ case "$TASK" in
./gradlew clean assemble -PcheckerFramework=true
;;
"CHECK_EXAMPLES_LICENSE")
- curl -L -o checkstyle-8.0-all.jar https://sourceforge.net/projects/checkstyle/files/checkstyle/8.0/checkstyle-8.0-all.jar/download
+ curl -L -o checkstyle-8.0-all.jar https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.0/checkstyle-8.0-all.jar
java -DrootDir=. -jar checkstyle-8.0-all.jar -c buildscripts/checkstyle.xml examples/src/
;;
"CHECK_EXAMPLES_FORMAT")