Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #136 from novoda/mr-archano/update_gradle
Browse files Browse the repository at this point in the history
Update Gradle version
  • Loading branch information
mr-archano committed Oct 6, 2018
2 parents ed71f3d + aaba266 commit 358e012
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ subprojects {
}

task wrapper(type: Wrapper) {
gradleVersion = '4.4.1'
gradleVersion = '4.10.2'
distributionType = Wrapper.DistributionType.ALL
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
5 changes: 5 additions & 0 deletions sample-multi-module/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ subprojects {
jcenter()
}
}

task wrapper(type: Wrapper) {
gradleVersion = '4.10.2'
distributionType = Wrapper.DistributionType.ALL
}
Binary file modified sample-multi-module/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
5 changes: 5 additions & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ subprojects {
jcenter()
}
}

task wrapper(type: Wrapper) {
gradleVersion = '4.10.2'
distributionType = Wrapper.DistributionType.ALL
}
Binary file modified sample/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion sample/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip

0 comments on commit 358e012

Please sign in to comment.