Skip to content
This repository was archived by the owner on Dec 21, 2017. It is now read-only.

Commit 17c88d9

Browse files
Updated gradle
1 parent d51dddf commit 17c88d9

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ buildscript {
2727
plugins {
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+
}
Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
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
218
distributionBase=GRADLE_USER_HOME
319
distributionPath=wrapper/dists
420
zipStoreBase=GRADLE_USER_HOME
521
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

0 commit comments

Comments
 (0)