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

Commit 77e58cc

Browse files
author
Florian Lautenschlager
committed
Set gradle to version 2.10
1 parent e8b2bd3 commit 77e58cc

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.4'
154+
gradleVersion = '2.10'
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.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

0 commit comments

Comments
 (0)