I have a task that has 1 output folder with nested...
# community-support
p
I have a task that has 1 output folder with nested folders. I "publish" 1 nested folder via a consumable configuration, but I cannot use
outgoing.artifact(taskProvider. flatMap { it.outputFolder.dir("nested") })
because the PublishedArtifact tries to run the task during CC time to get the artifact name/file etc. Do I really need to copy the nested files first via an extra task?