Add '--refresh-dependencies' option and 'clean' task to the 'gradlew' command starting the Travis CI build.

This commit is contained in:
John Blum
2018-05-31 14:03:26 -07:00
parent a781c77140
commit bddf9ff57b

View File

@@ -6,7 +6,7 @@ os:
jdk:
- oraclejdk8
script: ./gradlew build
script: ./gradlew --refresh-dependencies clean build
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock