File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212}
1313
1414group = ' net.minecrell'
15- version = ' 0.5.2 '
15+ version = ' 0.6-SNAPSHOT '
1616description = ' A Gradle plugin to manage patches for Git repositories'
1717
1818sourceCompatibility = 1.6
@@ -69,5 +69,5 @@ pluginBundle {
6969}
7070
7171task wrapper (type : Wrapper ) {
72- gradleVersion = ' 2.4 '
72+ gradleVersion = ' 2.5 '
7373}
Original file line number Diff line number Diff line change 1- # Sat May 23 12:33:02 CEST 2015
1+ # Sat Jul 11 22:10:40 CEST 2015
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments