gradle / build-tool-roadmap

Gradle Build Tool roadmap
https://roadmap.gradle.org/
41 stars 6 forks source link

Stable configuration cache #2

Closed pioterj closed 1 year ago

pioterj commented 3 years ago

Configuration cache caches the configuration phase so that tasks start to execute much faster in subsequent builds. It also enables additional optimizations during execution like fine-grained parallelism enabled by default.

This issue is about making the configuration cache stable and production-ready.

More details are available on the Stable Configuration Cache project board.