This message was deleted.
# plugin-development
s
This message was deleted.
t
Exclude the file from your
from(zipTree)
, then have a secondary
from(myTaskThatCreatesSpecialFile.map { it.outputFile })
to copy that file to that same target path?
e
Yeah this is what I did eventually. Thanks!