We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beac8dc commit 772bc89Copy full SHA for 772bc89
build.gradle
@@ -12,7 +12,7 @@ plugins {
12
}
13
14
group = 'net.minecrell'
15
-version = '0.5.2'
+version = '0.6-SNAPSHOT'
16
description = 'A Gradle plugin to manage patches for Git repositories'
17
18
sourceCompatibility = 1.6
@@ -69,5 +69,5 @@ pluginBundle {
69
70
71
task wrapper(type: Wrapper) {
72
- gradleVersion = '2.4'
+ gradleVersion = '2.5'
73
gradle/wrapper/gradle-wrapper.jar
5 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
-#Sat May 23 12:33:02 CEST 2015
+#Sat Jul 11 22:10:40 CEST 2015
2
distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
6
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip
0 commit comments