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 {
66 id ' idea'
77
88 id ' maven-publish'
9- id ' com.gradle.plugin-publish' version ' 0.9.1 '
9+ id ' com.gradle.plugin-publish' version ' 0.9.3 '
1010
1111 id ' com.github.hierynomus.license' version ' 0.11.0'
1212}
1313
1414group = ' net.minecrell'
15- version = ' 0.7.2 -SNAPSHOT'
15+ version = ' 0.8 -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.8 '
72+ gradleVersion = ' 2.11 '
7373}
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
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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.
4646goto fail
4747
4848:init
49- @ rem Get command-line arguments, handling Windowz variants
49+ @ rem Get command-line arguments, handling Windows variants
5050
5151if not " %OS% " == " Windows_NT" goto win9xME_args
5252if " %@eval[2+2]" == " 4" goto 4NT_args
You can’t perform that action at this time.
0 commit comments