File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ plugins {
6
6
id ' idea'
7
7
8
8
id ' maven-publish'
9
- id ' com.gradle.plugin-publish' version ' 0.9.4 '
9
+ id ' com.gradle.plugin-publish' version ' 0.9.5 '
10
10
11
- id ' net.minecrell.licenser' version ' 0.1.5 '
11
+ id ' net.minecrell.licenser' version ' 0.2.1 '
12
12
}
13
13
14
14
group = ' net.minecrell'
@@ -64,5 +64,5 @@ pluginBundle {
64
64
}
65
65
66
66
task wrapper (type : Wrapper ) {
67
- gradleVersion = ' 2.13 '
67
+ gradleVersion = ' 2.14.1 '
68
68
}
Original file line number Diff line number Diff line change 1
- # Thu May 26 20:38:11 CEST 2016
1
+ # Wed Aug 17 19:47:55 CEST 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.13 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -bin.zip
You can’t perform that action at this time.
0 commit comments