I have a task that produces an XML file during the build process. The challenge is that the content of this file doesn’t change… It just get copied into the “libs” folder. I need to get the Signing plugin to always produce the corresponding “asc” file if it’s absent, but it’s currently only produced if the content of the XML file it’s based has changed from the last build. The content of this file rarely changes, so the “asc” file is almost always missing from the destination folder.
How do I get the Signing plugin to always produce the “asc” file whenever it’s absent, regardless of whether the XML file content has changed?