Skip to content

Commit 8ec1afb

Browse files
committed
Update Gradle to 2.11
1 parent 6919035 commit 8ec1afb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1414
group = 'net.minecrell'
15-
version = '0.7.2-SNAPSHOT'
15+
version = '0.8-SNAPSHOT'
1616
description = 'A Gradle plugin to manage patches for Git repositories'
1717

1818
sourceCompatibility = 1.6
@@ -69,5 +69,5 @@ pluginBundle {
6969
}
7070

7171
task wrapper(type: Wrapper) {
72-
gradleVersion = '2.8'
72+
gradleVersion = '2.11'
7373
}

gradle/wrapper/gradle-wrapper.jar

1 Byte
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Oct 21 15:31:02 CEST 2015
1+
#Sun Feb 14 13:03:27 CET 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

gradlew.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ echo location of your Java installation.
4646
goto fail
4747

4848
:init
49-
@rem Get command-line arguments, handling Windowz variants
49+
@rem Get command-line arguments, handling Windows variants
5050

5151
if not "%OS%" == "Windows_NT" goto win9xME_args
5252
if "%@eval[2+2]" == "4" goto 4NT_args

0 commit comments

Comments
 (0)