Skip to content

Commit

Permalink
Updated Gradle wrapper to 4.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
depryf committed Sep 18, 2018
1 parent 9516b56 commit 31b43ca
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 @@ -127,6 +127,6 @@ if (version.endsWith('-SNAPSHOT'))

// Gradle wrapper, this allows to build the project without having to install Gradle!
wrapper {
gradleVersion = '4.9'
gradleVersion = '4.10'
}

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 Jul 31 14:45:45 EDT 2018
#Tue Sep 18 14:30:45 EDT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip

0 comments on commit 31b43ca

Please sign in to comment.