fix(infra): enforce LF for gradlew to fix alpine docker build

This commit is contained in:
jade
2026-07-15 10:08:37 +09:00
parent e93b149cf9
commit 4636d3a57e

1
.gitattributes vendored
View File

@@ -4,6 +4,7 @@
# Shell 스크립트는 LF 고정 (Linux CI/CD 실행 환경)
*.sh text eol=lf
mvnw text eol=lf
gradlew text eol=lf
# 바이너리 파일 (줄바꿈 변환 제외)
*.jar binary