Skip to content

Commit 772bc89

Browse files
committed
Update Gradle to 2.5
1 parent beac8dc commit 772bc89

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = 'net.minecrell'
15-
version = '0.5.2'
15+
version = '0.6-SNAPSHOT'
1616
description = 'A Gradle plugin to manage patches for Git repositories'
1717

1818
sourceCompatibility = 1.6
@@ -69,5 +69,5 @@ pluginBundle {
6969
}
7070

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

gradle/wrapper/gradle-wrapper.jar

5 Bytes
Binary file not shown.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat May 23 12:33:02 CEST 2015
1+
#Sat Jul 11 22:10:40 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.4-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip

0 commit comments

Comments
 (0)