Skip to content

[Jandex plugin] processJandexIndex delete resources from build dir #63

Open
@gonozalviii

Description

@gonozalviii

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions