When enabling the Gradle configuration cache, I get errors like this from the plugin:
- What went wrong:
Execution failed for task ':utility:forbiddenApisMain'.
No signatures were added to task; use properties 'signatures', 'bundledSignatures', 'signaturesURLs', and/or 'signaturesFiles' to define those!
When I either disable the configuration cache or the plugin, the build runs without errors (tested with same results using Gradle 8.14.3 and 9.0.0-rc-3).
I can reproduce this in any of my projects by just passing --configuration-cache on the command line. Please let me know if you cannot reproduce and need a minimal sample.