Skip to content
Snippets Groups Projects
Commit 1f1d069b authored by Julian Cerruti's avatar Julian Cerruti Committed by GitHub
Browse files

Merge pull request #29 from adamantivm/tooling-updates

Gradle 2.2.1 -> 2.14.1
parents 662c6224 dbee5805
Branches
Tags 0.3.1
No related merge requests found
This is not installed, but it gets used to generate the gradle wrapper for a project. This is not installed, but it gets used to generate the gradle wrapper for a project.
It is currently the gradle wrapper supporting gradle 2.2.1 It is currently the gradle wrapper supporting gradle 2.14.1
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip distributionUrl=http\://services.gradle.org/distributions/gradle-2.14.1-all.zip
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
*/ */
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '2.2.1' gradleVersion = '2.14.1'
} }
buildscript { buildscript {
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
*/ */
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '2.2.1' gradleVersion = '2.14.1'
} }
buildscript { buildscript {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment