This message was deleted.
# plugin-development
s
This message was deleted.
c
Not sure I follow. If you are after conditional dependencies, one pattern is to always have the dependencies and move the condition to onlyIf
u
There’s no problem to run my task. It’s just if my task is configured (realized) before the dependency task is registered, the configuration will fail.
j
Instead of depending on that task, is it not possible to set its outputs as your task inputs?
👆 1
c
indeed, avoid explicit dependencies is a good thing.
u
Will look into that. Thanks!
v
And to answer the initial question: yes :-)