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

Gradle 8.6 configuration cache compatibility? #727

Open
jimirocks opened this issue Mar 21, 2024 · 0 comments
Open

Gradle 8.6 configuration cache compatibility? #727

jimirocks opened this issue Mar 21, 2024 · 0 comments

Comments

@jimirocks
Copy link

Hello,

having enabled configuration cache with gradle 8.6 in gradle.properties using org.gradle.configuration-cache=true

The release task fails on following:

2 problems were found storing the configuration cache.
- Task `:release` of type `pl.allegro.tech.build.axion.release.ReleaseTask`: cannot serialize Gradle script object references as these are not supported with the configuration cache.
  See https://docs.gradle.org/8.6/userguide/configuration_cache.html#config_cache:requirements:disallowed_types
- Task `:verifyRelease` of type `pl.allegro.tech.build.axion.release.VerifyReleaseTask`: cannot serialize Gradle script object references as these are not supported with the configuration cache.
  See https://docs.gradle.org/8.6/userguide/configuration_cache.html#config_cache:requirements:disallowed_types;

Is there any chance to somehow mitigate that? If you provide some guidance I can try to contribute...

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

No branches or pull requests

1 participant