Skip to content

Add Gradle Build Caching for Status Checks #66

@Advay17

Description

@Advay17

While working on our team library, which is based off of the vendor template, I realized that the build checks take up a lot of actions minutes. Of course, there are some modifications that could easily be made to reduce the number of minutes used, such as restructuring the checks so that it builds on one platform first before moving on to other platforms to ensure that the code is written correctly. However, one change that isn't as obvious is storing build artifacts using Github's cache feature. This speeds up builds by about 30 seconds per artifact. While actions minutes are cheap enough, it still is nice to reduce costs when possible by adding caching.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions