Skip to content

Commit

Permalink
Updated Gradle to 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Jul 2, 2018
1 parent 05b0939 commit 72cf4d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -561,5 +561,5 @@ def date() {
// --- wrapper ----------------------------------------------------------------

wrapper {
gradleVersion = '4.8'
gradleVersion = '4.8.1'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Mon Jul 02 22:32:04 CEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip

0 comments on commit 72cf4d3

Please sign in to comment.