-
Notifications
You must be signed in to change notification settings - Fork 1
Gradle configuration cache support #145
Copy link
Copy link
Open
Description
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.html
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels