<@U349EMVDW> Tried `tasks.getByName&lt;Upload&gt;(...
# gradle
m
@barteks2x Tried
tasks.getByName<Upload>("uploadArchives") {
?
n
i don’t think this uses the task configuration avoiddance API, does it? What about
tasks.named<Upload>("uploadArchives")
m
I don’t think that was available in 4.10
n
tasks.named was added in 4.9