This message was deleted.
# community-support
s
This message was deleted.
e
your task can remove old files from its output directory. either by using https://docs.gradle.org/current/userguide/custom_tasks.html#incremental_tasks or just wiping everything out before generating new output files
g
what would you suggest?
e
depends on your task. clearing output is easy. incremental might or might not be
g
I'd opt for clearing the output first then. What's the best way to do it?
doFirst
on the task itself?