diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-07-25 21:44:26 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-07-25 21:45:58 +0530 |
commit | a23c57bab0256ce76a772fdb8a42ac84bc9d636e (patch) | |
tree | 5b23b5da37503a3b980e685dae115678a0dbe5a9 /build.gradle | |
parent | 02b92c178a44697c728ecf75a5b117514ff30229 (diff) |
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 <me@msfjarvis.dev>
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 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" } } |