Skip to content
Snippets Groups Projects
Commit 1f5a8c56 authored by René Schöne's avatar René Schöne
Browse files

Merge remote-tracking branch 'bitbucket/master'

parents 5207e3b7 5cca1691
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,3 @@ task fatJar(type: Jar) {
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
with jar
}
task wrapper(type: Wrapper) {
gradleVersion = '4.4.1'
}
......@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment