You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
Hello,
having enabled configuration cache with gradle 8.6 in gradle.properties using
org.gradle.configuration-cache=true
The release task fails on following:
Is there any chance to somehow mitigate that? If you provide some guidance I can try to contribute...
The text was updated successfully, but these errors were encountered: