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 {
2727plugins {
2828 id ' java'
2929 id ' idea'
30+ id ' maven'
3031 id ' com.github.johnrengelman.shadow' version ' 1.2.4'
3132}
3233
@@ -79,3 +80,7 @@ build {
7980 sourcesJar. mustRunAfter javadocJar
8081 shadowJar. mustRunAfter sourcesJar
8182}
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
218distributionBase =GRADLE_USER_HOME
319distributionPath =wrapper/dists
420zipStoreBase =GRADLE_USER_HOME
521zipStorePath =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