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

Commit 327cafb

Browse files
author
Bogdan Drutu
authored
Cleanup config left after the format and licence tasks were removed. (#1693)
1 parent 3bfca42 commit 327cafb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

buildscripts/travis_script

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,6 @@ case "$TASK" in
5454
"CHECKER_FRAMEWORK")
5555
./gradlew clean assemble -PcheckerFramework=true
5656
;;
57-
"CHECK_EXAMPLES_LICENSE")
58-
curl -L -o checkstyle-8.12-all.jar https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.12/checkstyle-8.12-all.jar
59-
java -DrootDir=. -jar checkstyle-8.12-all.jar -c buildscripts/checkstyle.xml examples/src/
60-
;;
61-
"CHECK_EXAMPLES_FORMAT")
62-
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
63-
java -jar google-java-format-1.5-all-deps.jar --set-exit-if-changed --dry-run `find examples/src/ -name '*.java'`
64-
;;
6557
"BUILD_EXAMPLES_GRADLE")
6658
pushd examples && ./gradlew clean assemble --stacktrace && ./gradlew check && ./gradlew verGJF && popd
6759
;;

0 commit comments

Comments
 (0)