fix(ci): use Maven wrapper instead of system mvn #26

Merged
thib8956 merged 2 commits from issue-25/maven-wrapper into master 2026-03-27 16:09:54 +00:00
Owner

Summary

  • Fixes CI failure: mvn: command not found on Gitea runner image
  • Adds Maven wrapper (mvnw + .mvn/wrapper/maven-wrapper.properties) so Maven 3.9.12 is downloaded automatically
  • Updates CI workflow to use ./mvnw instead of mvn

Closes #25

## Summary - Fixes CI failure: `mvn: command not found` on Gitea runner image - Adds Maven wrapper (`mvnw` + `.mvn/wrapper/maven-wrapper.properties`) so Maven 3.9.12 is downloaded automatically - Updates CI workflow to use `./mvnw` instead of `mvn` Closes #25
thib8956 added 1 commit 2026-03-27 15:58:24 +00:00
fix(ci): use Maven wrapper instead of system mvn
Some checks failed
CI / build-and-test (pull_request) Failing after 16s
73156b69d7
The Gitea runner image does not include Maven, causing 'mvn: command not found'.
Add Maven wrapper (mvnw) so CI downloads Maven automatically.

Closes #25
thib8956 added 1 commit 2026-03-27 16:05:20 +00:00
fix(ci): use gitea-upload-artifact instead of actions/upload-artifact
All checks were successful
CI / build-and-test (pull_request) Successful in 24s
bd59c76c1a
actions/upload-artifact@v4 refuses to run on Gitea (detected as GHES).
Use the Gitea-compatible fork from gitea.com/actions/gitea-upload-artifact.
thib8956 merged commit c51ae8cfbb into master 2026-03-27 16:09:54 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: thib8956/new-shapes#26