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
CristianGM
03/01/2022, 12:01 PM
configure, not use the output as an input?
CristianGM
03/01/2022, 12:02 PM
if so, yes, you cannot read a task output to configure another task, but it seems weird