Skip to content

Commit

Permalink
[Java] Upgrade to Gradle 3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Feb 21, 2017
1 parent 8e45043 commit cf5c79b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,6 @@ task uploadToMavenCentral {
}

task wrapper(type: Wrapper) {
gradleVersion = '3.3'
gradleVersion = '3.4'
distributionType = 'ALL'
}
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 @@
#Tue Jan 03 21:03:26 GMT 2017
#Tue Feb 21 09:10:40 GMT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-all.zip

0 comments on commit cf5c79b

Please sign in to comment.