Join Slack
Powered by
Guys, how to setup distributionType of Wrapper tas...
# gradle
r
remal
08/23/2017, 7:40 PM
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"
4
Views
Open in Slack
Previous
Next