Skip to content

Commit

Permalink
upgrade gradle to 4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JakimLi committed Oct 5, 2018
1 parent 45746b9 commit 524aefe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ subprojects {
}
}

wrapper {
gradleVersion = '4.10.2'
}
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 @@
#Sat Sep 29 11:49:47 CST 2018
#Fri Oct 05 15:15:09 CST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip

0 comments on commit 524aefe

Please sign in to comment.