Skip to content

Commit c96bbd5

Browse files
author
Cameron Lowell Palmer
committed
Make changes to the gradle wrapper
1 parent 418f270 commit c96bbd5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gradlew.bat eol=crlf

build.gradle

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

3+
task wrapper(type: Wrapper) {
4+
gradleVersion = '2.2'
5+
}
6+
37
buildscript {
48
repositories {
59
mavenCentral()
@@ -21,4 +25,4 @@ allprojects {
2125
ext {
2226
propBuildToolsVersion = '21.1.2'
2327
propCompileSdkVersion = 21
24-
}
28+
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Nov 30 16:47:18 EET 2014
1+
#Fri Jan 16 11:30:20 CET 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2-bin.zip

0 commit comments

Comments
 (0)