aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index e60bbd60..ad6634a5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,3 +18,10 @@ buildscript {
task clean(type: Delete) {
delete rootProject.buildDir
}
+
+tasks {
+ wrapper {
+ gradleVersion = "5.6.2"
+ distributionType = Wrapper.DistributionType.ALL
+ }
+}