aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-08-16 15:04:02 -0700
committerGitHub <noreply@github.com>2018-08-16 15:04:02 -0700
commit0a2f5799a2809b84e4c0da4b2cb743b798ca0fc8 (patch)
tree490a1b621c14107d5883f1cb1e093c428ac8f129 /scripts
parent3fdd48923a9bb0cdc4a29e18680f25a04f9ac5dd (diff)
downloadopencensus-java-0a2f5799a2809b84e4c0da4b2cb743b798ca0fc8.tar.gz
checkstyle: 8.0 -> 8.12 (#1369)
This commit also merges new changes to checkstyle.xml and fixes new checkstyle warnings related to Javadocs.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/travis_script4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/travis_script b/scripts/travis_script
index 9df7e722..7b7bec50 100755
--- a/scripts/travis_script
+++ b/scripts/travis_script
@@ -55,8 +55,8 @@ case "$TASK" in
./gradlew clean assemble -PcheckerFramework=true
;;
"CHECK_EXAMPLES_LICENSE")
- 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/
+ curl -L -o checkstyle-8.12-all.jar https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.12/checkstyle-8.12-all.jar
+ java -DrootDir=. -jar checkstyle-8.12-all.jar -c buildscripts/checkstyle.xml examples/src/
;;
"CHECK_EXAMPLES_FORMAT")
curl -L -o google-java-format-1.5-all-deps.jar https://github.com/google/google-java-format/releases/download/google-java-format-1.5/google-java-format-1.5-all-deps.jar