Files
recommendarr/.gitattributes
T
Kayashov.SMandClaude Sonnet 5 e530d37dab
Build and Deploy / build-and-deploy (push) Failing after 1m57s
Fix CI: add Maven Wrapper so build-deploy doesn't need a preinstalled mvn
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>
2026-09-14 18:11:54 +04:00

3 lines
42 B
Plaintext

/mvnw text eol=lf
/mvnw.cmd text eol=crlf