Skip to content

Commit

Permalink
Upgrade gradle to version 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalinin committed Mar 21, 2018
1 parent b966f05 commit 7053f40
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
@@ -1,4 +1,4 @@
wrapper.gradleVersion = '3.5.1'
wrapper.gradleVersion = '4.6'

allprojects {
apply plugin: 'eclipse'
Expand Down
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 @@
#Wed Jul 26 17:23:02 CEST 2017
#Wed Mar 21 12:14:18 OMST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip

0 comments on commit 7053f40

Please sign in to comment.