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 {
12
12
}
13
13
14
14
group = ' net.minecrell'
15
- version = ' 0.5.2 '
15
+ version = ' 0.6-SNAPSHOT '
16
16
description = ' A Gradle plugin to manage patches for Git repositories'
17
17
18
18
sourceCompatibility = 1.6
@@ -69,5 +69,5 @@ pluginBundle {
69
69
}
70
70
71
71
task wrapper (type : Wrapper ) {
72
- gradleVersion = ' 2.4 '
72
+ gradleVersion = ' 2.5 '
73
73
}
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments