Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to leverage Gradle build cache #66

Open
iamdanfox opened this issue Nov 8, 2018 · 0 comments
Open

Allow users to leverage Gradle build cache #66

iamdanfox opened this issue Nov 8, 2018 · 0 comments

Comments

@iamdanfox
Copy link
Contributor

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!

https://docs.gradle.org/current/userguide/build_cache.html#sec:task_output_caching_details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant