Set gradlew.bat eol in .gitattributes

This fixes common error on updating Gradle wrapper and then trying to
add 'gradlew.bat' to changes.
This commit is contained in:
Yahor Berdnikau
2023-02-03 21:20:53 +01:00
committed by Space Team
parent a199fa7624
commit 5ae1372c3a
+1
View File
@@ -6,3 +6,4 @@
*.jar binary
compiler/cli/bin/* eol=lf
compiler/cli/bin/*.bat eol=crlf
gradlew.bat eol=crlf