Skip to content
Snippets Groups Projects
Commit 44fd6fbc authored by dgelessus's avatar dgelessus
Browse files

Update Gradle wrapper config to new syntax

parent 38180d58
Branches
No related tags found
No related merge requests found
...@@ -6,13 +6,14 @@ import java.util.concurrent.TimeUnit ...@@ -6,13 +6,14 @@ import java.util.concurrent.TimeUnit
plugins { plugins {
id("application") id("application")
id("java") id("java")
id("wrapper")
id("com.github.johnrengelman.shadow").version("2.0.3") id("com.github.johnrengelman.shadow").version("2.0.3")
} }
final SOURCE_ENCODING = "UTF-8" final SOURCE_ENCODING = "UTF-8"
task wrapper(type: Wrapper) { wrapper {
distributionType = "ALL" distributionType = "ALL"
gradleVersion = "4.7" gradleVersion = "4.7"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment