Expected and Results
Given a multi-module project, run ./gradlew nmcpZipAggregation. I see a zip is created in build/nmcp/zip/aggregation.zip.
When I re-run ./gradlew nmcpZipAggregation the output zip is deleted.
It's more risky when some of the subprojects are up-to-date and some aren't. nmcpZipAggregation will create a zip with some of the artifacts missing.
Related environment and versions
nmcp 1.3.0
Reproduction steps
https://github.com/adamko-dev/argh/tree/5052fc4bdb5a367efa7f9d7219783665b793f6e3
Anything else?
No response