Guys, how to setup distributionType of Wrapper tas...
# gradle
r
Guys, how to setup distributionType of Wrapper task using gradle-kotlin-dsl? I've tried to use this approach
Copy code
tasks { "wrapper"(Wrapper::class) { distributionType = Wrapper.DistributionType.ALL } }
but IDEA says me "Unresolved reference: DistributionType"