Skip to content

Incompatible with the clean task #1

Description

@invpos

Since the temporary customKeystore is forced to be in the build directory, the plugin is incompatible with the clean task. In other words, it is impossible to execute a gradle command like:

./gradlew a clean b

where "b" is the task that needs the services of this plugin.

Please either move the custom keystore out of the build directory, or allow it to be configured so that I might do so. In the mean time, I am aware of the work-around:

./gradlew a clean && ./gradlew b

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions