fix(infra): enforce LF for gradlew to fix alpine docker build
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -4,6 +4,7 @@
|
|||||||
# Shell 스크립트는 LF 고정 (Linux CI/CD 실행 환경)
|
# Shell 스크립트는 LF 고정 (Linux CI/CD 실행 환경)
|
||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
mvnw text eol=lf
|
mvnw text eol=lf
|
||||||
|
gradlew text eol=lf
|
||||||
|
|
||||||
# 바이너리 파일 (줄바꿈 변환 제외)
|
# 바이너리 파일 (줄바꿈 변환 제외)
|
||||||
*.jar binary
|
*.jar binary
|
||||||
|
|||||||
Reference in New Issue
Block a user