Force Linux line endings for mvnw

Cygwin on Windows refuses to execute files with CRLF line endings.
This commit is contained in:
Harald Albers 2023-06-09 20:10:04 +02:00
parent f1e66831a5
commit 00a8c8801c
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,5 +1,6 @@
# ./mvnw fails on Windows in git bash if -Xmx in that file has a trailing CRLF
.mvn/jvm.config text eol=lf
mvnw text eol=lf
*.xml text eol=lf
*.java text diff=java eol=lf
*.kt text diff=kotlin eol=lf