Releases: palantir/gradle-incremental-configuration-cache
0.8.0
💡 Improvements
-
Run configuration cache validation tasks instead of dry-run
Dry-running tasks only catches configuration-time issues but misses
execution-time configuration cache problems. This change makes the
validation actually execute all allow-listed tasks in a cloned
repository on CI to catch both types of issues. (#80)
0.7.0
💡 Improvements
-
Add configuration cache allow list validation task
Introduces
dryRunConfigurationCacheEnabledTaskstask that verifies all tasks in the configuration cache allowlist are actually compatible with configuration cache. The task performs a dry-run with configuration cache enabled and is automatically included in the check task. (#77)
0.6.0
💡 Improvements
-
Introduce lock file mechanism for incremental configuration cache
Add a lock file system that separates developer intent (allowed tasks) from implementation details (exact task paths). The new
checkConfigurationCacheLocktask automatically discovers and validates all task dependencies, making the plugin resilient to project structure changes. (#75)
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
No documented user-facing changes