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

Simplify caching Maven artifact configuration in GitHub Workflows example #62

Open
apupier opened this issue Feb 3, 2023 · 0 comments · May be fixed by #63
Open

Simplify caching Maven artifact configuration in GitHub Workflows example #62

apupier opened this issue Feb 3, 2023 · 0 comments · May be fixed by #63
Labels
enhancement New feature or request

Comments

@apupier
Copy link
Member

apupier commented Feb 3, 2023

Since 2.3.0, the setup-java GitHub actions have a built-in cache mechanism which simplifies configuration of the workflow.

It will simplify this:

- name: Cache Maven packages

already updated in compas-sct com-pas/compas-sct#217

User Story

As a com-pas maintainer

I want to have the simpler code to maintain

So that I can develop faster

Acceptance criteria

Please describe the initial acceptance critera.

Same feature level with less and simpler code

@apupier apupier added the enhancement New feature or request label Feb 3, 2023
apupier added a commit to apupier/com-pas-contributing that referenced this issue Feb 3, 2023
Action

fixes com-pas#62

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier added a commit to apupier/com-pas-contributing that referenced this issue Feb 3, 2023
Action

fixes com-pas#62

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
apupier added a commit to apupier/com-pas-contributing that referenced this issue Mar 10, 2023
Action

fixes com-pas#62

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant