This repository was archived by the owner on Dec 21, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ buildscript {
27
27
plugins {
28
28
id ' java'
29
29
id ' idea'
30
+ id ' maven'
30
31
id ' com.github.johnrengelman.shadow' version ' 1.2.4'
31
32
}
32
33
@@ -79,3 +80,7 @@ build {
79
80
sourcesJar. mustRunAfter javadocJar
80
81
shadowJar. mustRunAfter sourcesJar
81
82
}
83
+
84
+ wrapper {
85
+ gradleVersion = ' 3.4.1'
86
+ }
Original file line number Diff line number Diff line change 1
- # Tue Nov 01 18:00:54 CET 2016
1
+ #
2
+ # Copyright 2016 - 2017 Florian Spieß
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
17
+ # Sat Mar 18 12:58:45 CET 2017
2
18
distributionBase =GRADLE_USER_HOME
3
19
distributionPath =wrapper/dists
4
20
zipStoreBase =GRADLE_USER_HOME
5
21
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.1-bin.zip
22
+ distributionUrl =https\://services.gradle.org/distributions/gradle-3.4. 1-bin.zip
You can’t perform that action at this time.
0 commit comments