When enabling Gradle Configuration Cache, builds fail with the following error:
Cannot reference a Gradle script object from a Groovy closure as these are not supported with the configuration cache.
I’ve opened a pull request that resolves this issue by updating the affected Gradle configuration to be fully compatible with the Configuration Cache:
🔗 PR: #257
Added type: Delete to the task & removed doFirst