Browse Source

Use built-in Gradle wrapper task

pull/1847/head
Sam Brannen 8 years ago
parent
commit
237c0defa7
  1. 2
      build.gradle

2
build.gradle

@ -284,7 +284,7 @@ configure(rootProject) { @@ -284,7 +284,7 @@ configure(rootProject) {
archives distZip
}
task wrapper(type: Wrapper) {
wrapper {
description = "Generates gradlew[.bat] scripts"
gradleVersion = '4.6'

Loading…
Cancel
Save