Set wrapper task's default distributionType to ALL

Signed-off-by: Graham <gpe@openrs2.dev>
pull/102/head
Graham 4 years ago
parent f14fb762df
commit 11c3b376e2
  1. 4
      build.gradle.kts

@ -189,3 +189,7 @@ tasks.withType<DependencyUpdatesTask> {
candidate.version.contains(rejectVersionRegex)
}
}
tasks.wrapper {
distributionType = Wrapper.DistributionType.ALL
}

Loading…
Cancel
Save