Skip to content

Commit 2d50c50

Browse files
committed
Update Gradle to 2.6
1 parent 0a014ae commit 2d50c50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ pluginBundle {
6969
}
7070

7171
task wrapper(type: Wrapper) {
72-
gradleVersion = '2.5'
72+
gradleVersion = '2.6'
7373
}

gradle/wrapper/gradle-wrapper.jar

1.33 KB
Binary file not shown.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Jul 11 22:10:40 CEST 2015
1+
#Mon Aug 17 14:17:01 CEST 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.5-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-bin.zip

0 commit comments

Comments
 (0)