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
Skimming the plugin source it seems we would need to lift all of the usages of project from the task action to instead use task input properties so that gradle can correctly trace everything as an input correctly for the cache.
This should be a fairly straight forward fix. Looks like you already have some gradle test kit tests setup so reproduction will be fairly trivial by adjusting the build invocation to include configuration cache.
The text was updated successfully, but these errors were encountered:
Plugin currently has some issues in the implementation preventing safe usage of the gradle configuration cache.
https://docs.gradle.org/8.10.1/userguide/configuration_cache.htmlSkimming the plugin source it seems we would need to lift all of the usages of
project
from the task action to instead use task input properties so that gradle can correctly trace everything as an input correctly for the cache.This should be a fairly straight forward fix. Looks like you already have some gradle test kit tests setup so reproduction will be fairly trivial by adjusting the build invocation to include configuration cache.
The text was updated successfully, but these errors were encountered: