Browse Source

Gradle version bump.

pull/136/head
Chris Smith 9 years ago
parent
commit
1377d9f089
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      build.gradle
  2. 2
    2
      gradle/wrapper/gradle-wrapper.properties

+ 1
- 1
build.gradle View File

@@ -143,7 +143,7 @@ buildscript {
143 143
 }
144 144
 
145 145
 task wrapper(type: Wrapper) {
146
-    gradleVersion = '2.1'
146
+    gradleVersion = '2.2.1'
147 147
 }
148 148
 
149 149
 subprojects.each { evaluationDependsOn it.path }

+ 2
- 2
gradle/wrapper/gradle-wrapper.properties View File

@@ -1,6 +1,6 @@
1
-#Thu Sep 18 23:15:42 BST 2014
1
+#Thu Nov 27 00:41:22 GMT 2014
2 2
 distributionBase=GRADLE_USER_HOME
3 3
 distributionPath=wrapper/dists
4 4
 zipStoreBase=GRADLE_USER_HOME
5 5
 zipStorePath=wrapper/dists
6
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-bin.zip
6
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip

Loading…
Cancel
Save