Open
Description
I have have custom resources that get generated during the build process. The standard "processResources"-Task copies them to "build/resources/main". Then later when the "processJandexIndex" task runs, it flags these resources as stale and deletes them.
Also having a task (processJandexIndex) using the same output directory as another task (processResources) is probably not a good idea at all.
Metadata
Metadata
Assignees
Labels
No labels