Update CI actions and build command - #63
Merged
Merged
Conversation
jsnel
commented
Mar 14, 2026
Member
- Upgrade workflow actions to v4
- Switch JDK distribution to Temurin
- Parallelize builds and reduce log noise
- Upgrade workflow actions to v4 - Switch JDK distribution to Temurin - Parallelize builds and reduce log noise
There was a problem hiding this comment.
Pull request overview
Updates the Maven CI workflow to use newer GitHub Actions versions and a modified Maven build invocation to improve CI performance and reduce log noise.
Changes:
- Upgrade
actions/checkoutandactions/setup-javato@v4. - Switch JDK distribution from AdoptOpenJDK to Temurin.
- Adjust Maven command to enable parallel builds (
-T 1C) and suppress transfer progress output.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
his repo builds as a single Maven reactor from the root, so install is not needed for the build itself. install only adds one extra effect: it writes this project’s own artifacts into the local Maven repo under ~/.m2/repository. With cache: maven enabled in maven.yml, that can pollute the cache with locally built outputs from previous runs. verify avoids that while still exercising the full reactor build lifecycle. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.