Digithurst/gradle-truststore-plugin

Incompatible with the clean task

invpos opened this issue · 2 comments

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!

Should be very simple to make this configurable; see here.

I don't currently have the capacity to work on this; care to provide a PR?

For a release, you'll need @msiko, anyway, as the requisite build server is at my previous employer.

Nope, not me. Not a *.kt coder. You don't want me poking around in your code! It was all I could do to confirm my suspicions as to how my build was failing. I will be satisfied with the work-around until the capacity apparates.