Skip to content

Commit 18c424c

Browse files
committed
Gradle のバージョンを 2.0 にしました
1 parent f6bc52a commit 18c424c

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
@@ -57,7 +57,7 @@ jar {
5757
}
5858

5959
task wrapper(type: Wrapper) {
60-
gradleVersion = '1.11'
60+
gradleVersion = '2.0'
6161
}
6262

6363
repositories {

gradle/wrapper/gradle-wrapper.jar

549 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Feb 15 15:58:35 JST 2014
1+
#Tue Jul 01 17:29:31 JST 2014
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.0-bin.zip

0 commit comments

Comments
 (0)