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

Commit

Permalink
Upgrade to Gradle 3.0 wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Walls committed Oct 12, 2016
1 parent 4e52b8b commit eee5098
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -313,7 +313,7 @@ artifacts {
}

task wrapper(type: Wrapper) {
gradleVersion = "1.12"
gradleVersion = "3.0"
}

}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Wed Oct 12 11:51:42 MDT 2016
#Wed Oct 12 11:55:31 MDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-bin.zip

0 comments on commit eee5098

Please sign in to comment.