From a23c57bab0256ce76a772fdb8a42ac84bc9d636e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 25 Jul 2021 21:44:26 +0530 Subject: [PATCH] gradle: switch to -bin distribution -all is a noticeably larger distribution than -bin and the sources it packages can be fetched on-demand by IDEs. Signed-off-by: Harsh Shandilya --- build.gradle | 1 - gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 968a9f4d..b711025b 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,6 @@ task clean(type: Delete) { tasks { wrapper { gradleVersion = "7.1.1" - distributionType = Wrapper.DistributionType.ALL distributionSha256Sum = "9bb8bc05f562f2d42bdf1ba8db62f6b6fa1c3bf6c392228802cc7cb0578fe7e0" } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 17ba1902..7b40d1d0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionSha256Sum=9bb8bc05f562f2d42bdf1ba8db62f6b6fa1c3bf6c392228802cc7cb0578fe7e0 -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists