Build and Deploy / build-and-deploy (push) Failing after 1m57s
The Gitea Actions runner image has no system Maven (setup-node/setup-java only install those tools, not Maven), so the pipeline failed at 'mvn: command not found'. Switch the build step to ./mvnw and pin the wrapper's line endings/executable bit via .gitattributes so it survives Windows checkouts intact. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
3 lines
42 B
Plaintext
3 lines
42 B
Plaintext
/mvnw text eol=lf
|
|
/mvnw.cmd text eol=crlf
|