File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ plugins {
6
6
id ' idea'
7
7
8
8
id ' maven-publish'
9
- id ' com.gradle.plugin-publish' version ' 0.9.1 '
9
+ id ' com.gradle.plugin-publish' version ' 0.9.3 '
10
10
11
11
id ' com.github.hierynomus.license' version ' 0.11.0'
12
12
}
13
13
14
14
group = ' net.minecrell'
15
- version = ' 0.7.2 -SNAPSHOT'
15
+ version = ' 0.8 -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.8 '
72
+ gradleVersion = ' 2.11 '
73
73
}
Original file line number Diff line number Diff line change 1
- # Wed Oct 21 15:31:02 CEST 2015
1
+ # Sun Feb 14 13:03:27 CET 2016
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.8 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.11 -bin.zip
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ echo location of your Java installation.
46
46
goto fail
47
47
48
48
:init
49
- @ rem Get command-line arguments, handling Windowz variants
49
+ @ rem Get command-line arguments, handling Windows variants
50
50
51
51
if not " %OS% " == " Windows_NT" goto win9xME_args
52
52
if " %@eval[2+2]" == " 4" goto 4NT_args
You can’t perform that action at this time.
0 commit comments