From a97108c50853b16bf1f0e82cc831c268738f80e6 Mon Sep 17 00:00:00 2001 From: Brice Dutheil Date: Mon, 7 Jul 2025 18:23:14 +0200 Subject: [PATCH] chore(ci): drop wrapper config No need to get the full distribution, it's heavier as it includes Gradle sources, but IntelliJ is capable to grab the sources now. --- build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.gradle b/build.gradle index 7c82c247260..b49b9c7d200 100644 --- a/build.gradle +++ b/build.gradle @@ -117,10 +117,6 @@ nexusPublishing { } } -wrapper { - distributionType = Wrapper.DistributionType.ALL -} - def writeMainVersionFileTask = tasks.register('writeMainVersionFile') { def versionFile = file("${rootProject.buildDir}/main.version") inputs.property "version", scmVersion.version