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
The Gradle build cache is a cache mechanism that aims to save time by reusing outputs produced by other builds. The build cache works by storing (locally or remotely) build outputs and allowing builds to fetch these outputs from the cache when it is determined that inputs have not changed, avoiding the expensive work of regenerating them.
All our compilation should be deterministic, so we should be able to mark these tasks as cacheable!
All our compilation should be deterministic, so we should be able to mark these tasks as cacheable!
https://docs.gradle.org/current/userguide/build_cache.html#sec:task_output_caching_details
The text was updated successfully, but these errors were encountered: