Join Slack
Powered by
This message was deleted.
# general
s
Slackbot
04/14/2022, 10:55 AM
This message was deleted.
d
daniel
04/14/2022, 12:57 PM
You will have to grab the task after the binaries are finalized. I think you could get away with deferring the task query using a closure. Something like
dependsOn { tasks.getByName(...) }
You could also use
dependsOn "linkRelease"
daniel
04/14/2022, 12:57 PM
Both are ways to defer the task dependency.
i
iTrooz_
04/14/2022, 2:40 PM
Indeed both work ! Thanks for your help
👍 1
2
Views
Open in Slack
Previous
Next