Skip to content

Commit

Permalink
Merge pull request bndtools#1936 from bjhargrave/gradlew-4_10_1
Browse files Browse the repository at this point in the history
gradlew: Update to 4.10.1
  • Loading branch information
bjhargrave authored Sep 16, 2018
2 parents db633c1 + 1f45df3 commit e893074
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .gradle-wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion .gradle-wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ before_install:
- unset _JAVA_OPTIONS

install:
- ./gradlew --version
- ./gradlew --no-daemon --version

script:
- ./gradlew -Dmaven.repo.local=cnf/cache/stable/m2 --continue
- ./gradlew --no-daemon -Dmaven.repo.local=cnf/cache/stable/m2 --continue

before_cache:
- git status
Expand Down

0 comments on commit e893074

Please sign in to comment.