Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 6619566

Browse files
author
Florian Lautenschlager
committed
Updated gradle version to 2.4
1 parent 68e1bf3 commit 6619566

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ tasks.coveralls {
151151
}
152152

153153
task wrapper(type: Wrapper) {
154-
gradleVersion = '2.2'
154+
gradleVersion = '2.4'
155155
}
156156

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip

0 commit comments

Comments
 (0)