diff options
| author | Bogdan Drutu <bdrutu@google.com> | 2018-06-04 11:27:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-04 11:27:58 -0700 |
| commit | 69d4053ca342d8e480d6342aa4579c416f45eaf9 (patch) | |
| tree | 867de07eca7c3d4eb4c20a50146bea46079850b9 /scripts | |
| parent | bdbdfd2b4bd8580180a40d90aadd76fcf871544f (diff) | |
| download | platform_external_opencensus-java-69d4053ca342d8e480d6342aa4579c416f45eaf9.tar.gz platform_external_opencensus-java-69d4053ca342d8e480d6342aa4579c416f45eaf9.tar.bz2 platform_external_opencensus-java-69d4053ca342d8e480d6342aa4579c416f45eaf9.zip | |
Fix checkstyle download link. (#1232)
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/travis_script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/travis_script b/scripts/travis_script index 12fa7acd..9df7e722 100755 --- a/scripts/travis_script +++ b/scripts/travis_script @@ -55,7 +55,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") |
