Skip to content

Commit 2273806

Browse files
committed
Update Gradle wrapper to 2.14.1 and update Gradle plugins
1 parent 7581116 commit 2273806

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ plugins {
66
id 'idea'
77

88
id 'maven-publish'
9-
id 'com.gradle.plugin-publish' version '0.9.4'
9+
id 'com.gradle.plugin-publish' version '0.9.5'
1010

11-
id 'net.minecrell.licenser' version '0.1.5'
11+
id 'net.minecrell.licenser' version '0.2.1'
1212
}
1313

1414
group = 'net.minecrell'
@@ -64,5 +64,5 @@ pluginBundle {
6464
}
6565

6666
task wrapper(type: Wrapper) {
67-
gradleVersion = '2.13'
67+
gradleVersion = '2.14.1'
6868
}

gradle/wrapper/gradle-wrapper.jar

-232 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu May 26 20:38:11 CEST 2016
1+
#Wed Aug 17 19:47:55 CEST 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.13-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip

0 commit comments

Comments
 (0)