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
First of all, this is not surprising, as dependency analysis in general is not well-supported by the configuration cache (CC). However, since I'm adding this to my project, I want an issue to refer to explain why CC has been disabled for these tasks.
I'm using the runtime API for this, available since Gradle 7.4. This looks like:
Reopening because I'm seeing issues locally when running. Works every time when I specify --no-configuration-cache, but fails after the first run otherwise.
First of all, this is not surprising, as dependency analysis in general is not well-supported by the configuration cache (CC). However, since I'm adding this to my project, I want an issue to refer to explain why CC has been disabled for these tasks.
I'm using the runtime API for this, available since Gradle 7.4. This looks like:
I'm not sure which versions of Gradle you want to support, but you might bake this in with something like
And of course, ideally, one day, this could be compatible out of the box.
The text was updated successfully, but these errors were encountered: