Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit 36bebe1

Browse files
committed
gradle 1.12 -> 2.2.1
1 parent ea7076e commit 36bebe1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
task wrapper(type: Wrapper) {
18-
gradleVersion = '1.11'
18+
gradleVersion = '2.2.1'
1919
}
2020

2121
buildscript {

gradle/wrapper/gradle-wrapper.jar

592 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Mar 19 17:30:42 KST 2014
1+
#Wed Feb 11 20:39:17 KST 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip

0 commit comments

Comments
 (0)