This message was deleted.
# plugin-development
s
This message was deleted.
c
Aren't that 2 different questions? • How to wire artifact from one project to another • How to use a transform as a task input
t
no, my question is more about how to configure the task using output of another task. But, I think, it is not possible in the Gradle paradigm as execution happens after configuration phase
c
configure, not use the output as an input?
if so, yes, you cannot read a task output to configure another task, but it seems weird