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
I have an empty project with configuration cache enabled. Configuration cache works while Gradle daemon is alive.
But when I stop all Gradle daemons and restart task Gradle doesn't reuse configuration cache and prints next message:
Calculating task graph as configuration cache cannot be reused because a build logic input of type 'CommandLineWithOutputValue' has changed.
Simple workaround is just disabling some metrics that uses CommandLineWithOutputValue.
I have an empty project with configuration cache enabled. Configuration cache works while Gradle daemon is alive.
But when I stop all Gradle daemons and restart task Gradle doesn't reuse configuration cache and prints next message:
Simple workaround is just disabling some metrics that uses
CommandLineWithOutputValue
.Environment:
The text was updated successfully, but these errors were encountered: