diff --git a/build.gradle.kts b/build.gradle.kts index bf43969676..9128d081af 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -189,3 +189,7 @@ tasks.withType { candidate.version.contains(rejectVersionRegex) } } + +tasks.wrapper { + distributionType = Wrapper.DistributionType.ALL +}