From c6ec444902763c739249071a8ad332d53b21126b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Schulthei=C3=9F?= Date: Tue, 13 Jan 2026 17:56:58 +0100 Subject: [PATCH] set gradlew line endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6f32250f..296c24bc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,7 @@ # Explicitly declare text files you want to always be normalized and converted # to native line endings on checkout. *.sh text eol=lf +gradlew text eol=lf *.bat text eol=crlf # Denote all files that are truly binary and should not be modified. *.png binary