Join Slack
Powered by
`dependsOn("other")` (passing a String) is lazy ri...
# community-support
a
Alex B
02/01/2025, 3:16 AM
dependsOn("other")
(passing a String) is lazy right? Or do I need
dependsOn(tasks.named("other"))
?
e
ephemient
02/01/2025, 11:58 AM
tasks.named requires that the other task is already registered, using the string form is lazier than that
Open in Slack
Previous
Next