Join Slack
Channels
community-support
android
caching
checkstyle-plugin
community-news
config-avoidance
configuration-cache
contributing
declarative-gradle
dependency-management
design-specs
develocity
developer-productivity-engineering
dev-shadow-plugin
docs
dpe-summit
feed
file-system-watching
flutter
fun
general
github-integrations
gradle-build-server
gradleup
gradlex
gsoc
gsoc-2025-improving-cc
jenkins-plugin-toolchain
jobs
kotlin-dsl
linen
maven
maven-central
migrating-from-ant
migrating-from-maven
native
performance
playframework
plugin-development
problems-api
random
releases
releases-discussion
roadmap
self-promotion
website
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
Open in Slack
Previous
Next