Skip to content

Commit 673f6ce

Browse files
committed
Updated gradle
1 parent 4316701 commit 673f6ce

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
@@ -224,7 +224,7 @@ task docs(type: Javadoc) {
224224
// Root project configuration //
225225
//////////////////////////////////////////
226226
task wrapper(type: Wrapper) {
227-
gradleVersion = '2.3'
227+
gradleVersion = '2.4'
228228
}
229229

230230
gradle.buildFinished { BuildResult result ->

gradle/wrapper/gradle-wrapper.jar

1.1 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Mar 05 09:57:24 GMT 2015
1+
#Mon May 18 10:50:24 BST 2015
22
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.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip

0 commit comments

Comments
 (0)