Skip to content

Commit

Permalink
Use -refresh-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Jun 28, 2016
1 parent 9962755 commit 1231d9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Jun 10 21:10:27 CEST 2016
#Tue Jun 28 15:10:28 CEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-2.13-bin.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-2.14-bin.zip
4 changes: 2 additions & 2 deletions travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ EXIT_STATUS=0
./gradlew --stop


./gradlew test -no-daemon -x gorm-hibernate5-spring-boot:test || EXIT_STATUS=$?
./gradlew test --refresh-dependencies -no-daemon -x gorm-hibernate5-spring-boot:test || EXIT_STATUS=$?
# if [[ $EXIT_STATUS -eq 0 ]]; then
# ./gradlew grails2-plugin:test -no-daemon || EXIT_STATUS=$?
# fi
if [[ $EXIT_STATUS -eq 0 ]]; then
./gradlew gorm-hibernate5-spring-boot:test -no-daemon || EXIT_STATUS=$?
./gradlew gorm-hibernate5-spring-boot:test --refresh-dependencies -no-daemon || EXIT_STATUS=$?
fi

./gradlew --stop
Expand Down

0 comments on commit 1231d9b

Please sign in to comment.