From 5ae1372c3af57cdc3bc39c57ff20f5025ec4ec1c Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Fri, 3 Feb 2023 21:20:53 +0100 Subject: [PATCH] Set gradlew.bat eol in .gitattributes This fixes common error on updating Gradle wrapper and then trying to add 'gradlew.bat' to changes. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 11f20b0679e..7e73f77f913 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,4 @@ *.jar binary compiler/cli/bin/* eol=lf compiler/cli/bin/*.bat eol=crlf +gradlew.bat eol=crlf