Skip to content

Allow users to leverage Gradle build cache #66

@iamdanfox

Description

@iamdanfox

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions