aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 341dcd1..3ddfb9c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,6 +16,8 @@ buildscript {
classpath kauPlugin.dexCount
classpath kauPlugin.gitVersion
}
+
+ wrapper.setDistributionType(Wrapper.DistributionType.ALL)
}
apply plugin: "ca.allanwang.kau"
@@ -40,4 +42,4 @@ subprojects {
jcenter()
maven { url "https://jitpack.io" }
}
-} \ No newline at end of file
+}