Skip to content

Commit fa31741

Browse files
committed
Update gradle version
1 parent 1f8d6f6 commit fa31741

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ repositories {
2121
}
2222

2323
dependencies {
24-
testCompile 'junit:junit:4.11'
24+
testCompile 'junit:junit:4.11', { exclude module: 'hamcrest-core' }
2525
testCompile 'org.hamcrest:hamcrest-all:1.3'
2626
}
2727

2828
wrapper {
29-
gradleVersion = 1.10
29+
gradleVersion = "2.1"
3030
}

gradle/wrapper/gradle-wrapper.jar

460 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 Jan 01 09:43:46 JST 2014
1+
#Tue Sep 30 21:32:43 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.10-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-bin.zip

0 commit comments

Comments
 (0)