Skip to content

Enabling Gradle configuration cache breaks plugin #269

@xzel23

Description

@xzel23

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions