Skip to content

Cache maven dependency for faster builds #128

@mcred

Description

@mcred

Problem

Current automated builds do not cache maven dependencies and download same versions with each build.

Solution

Cache dependencies with newly released GitHub actions cache

https://help.github.com/en/actions/automating-your-workflow-with-github-actions/caching-dependencies-to-speed-up-workflows
https://github.com/actions/cache/blob/master/examples.md#java---maven

Alternatives

Keep downloading each dependency with each build and wait.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions