Skip to content
Snippets Groups Projects
Commit dbee5805 authored by Julian Cerruti's avatar Julian Cerruti
Browse files

Gradle 2.2.1 -> 2.14.1

parent 662c6224
No related branches found
No related tags found
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