Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with Gradle "configuration cache" feature #33

Open
alexei-osipov opened this issue Dec 6, 2024 · 1 comment
Open

Incompatibility with Gradle "configuration cache" feature #33

alexei-osipov opened this issue Dec 6, 2024 · 1 comment
Labels

Comments

@alexei-osipov
Copy link

The plugin produces errors when Gradle is executed with --configuration-cache flag and Enunciate plugin applied:

- Task `:enunciate` of type `com.webcohesion.enunciate.gradle.EnunciateTask`: cannot serialize object of type 'org.gradle.api.internal.artifacts.configurations.DefaultUnlockedConfiguration', a subtype of 'org.gradle.api.artifacts.Configuration', as these are not supported with the configuration cache.
  See https://docs.gradle.org/8.11/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
@stoicflame stoicflame added the bug label Dec 6, 2024
@stoicflame
Copy link
Owner

I would appreciate any suggestions on how to address this; I'm not a Gradle expert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants