api / org.gradle.api.tasks.wrapper / Wrapper / setDistributionType

setDistributionType

open fun setDistributionType(distributionType: DistributionType): Unit

The type of the Gradle distribution to be used by the wrapper. By default, this is DistributionType#BIN, which is the binary-only Gradle distribution without documentation.

See Also
DistributionType