Skip to content

Commit

Permalink
Upgrade to Gradle 4.9
Browse files Browse the repository at this point in the history
Also build with 4.8.1 rather than 4.8 on Travis.
  • Loading branch information
tbroyer committed Jul 17, 2018
1 parent b11d5ef commit d892604
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jdk:
env:
- GRADLE_VERSION=4.6
- GRADLE_VERSION=4.7
- GRADLE_VERSION=4.8
- GRADLE_VERSION=4.8.1
- GRADLE_VERSION=4.9

matrix:
exclude:
Expand Down
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.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d892604

Please sign in to comment.