Join Slack
Powered by
<@U349EMVDW> Tried `tasks.getByName<Upload>(...
# gradle
m
magnusj
01/17/2019, 5:12 AM
@barteks2x
Tried
tasks.getByName<Upload>("uploadArchives") {
?
n
no
01/17/2019, 9:27 AM
i don’t think this uses the task configuration avoiddance API, does it? What about
tasks.named<Upload>("uploadArchives")
m
magnusj
01/18/2019, 3:25 AM
I don’t think that was available in 4.10
n
no
01/18/2019, 11:48 PM
tasks.named was added in 4.9
5
Views
Open in Slack
Previous
Next