Skip to content
Snippets Groups Projects
Commit 5cca1691 authored by Jesper's avatar Jesper
Browse files

Update Gradle wrapper to version 4.10.3

parent d964130d
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,3 @@ task fatJar(type: Jar) { ...@@ -74,7 +74,3 @@ task fatJar(type: Jar) {
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } } from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
with jar with jar
} }
task wrapper(type: Wrapper) {
gradleVersion = '4.4.1'
}
...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists 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