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

Update github actions maven.yml to support JDK 11, 17, 21 building, also save artefacts and use caching to speed up builds where pom.xml does not change. #192

Merged
merged 2 commits into from
Mar 27, 2024

Commits on Mar 27, 2024

  1. Update github actions maven.yml

    Allow JDK 11 to 21.
    duttonw committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9949182 View commit details
    Browse the repository at this point in the history
  2. Update maven.yml

    Unlike earlier versions of upload-artifact, uploading to the same artifact via multiple jobs is not supported with v4
    duttonw committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8aebc1f View commit details
    Browse the repository at this point in the history