From 4636d3a57e256413cca83ce22eab118e3b1fccc3 Mon Sep 17 00:00:00 2001 From: jade Date: Wed, 15 Jul 2026 10:08:37 +0900 Subject: [PATCH] fix(infra): enforce LF for gradlew to fix alpine docker build --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c2582d0..9765d37 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ # Shell 스크립트는 LF 고정 (Linux CI/CD 실행 환경) *.sh text eol=lf mvnw text eol=lf +gradlew text eol=lf # 바이너리 파일 (줄바꿈 변환 제외) *.jar binary