Skip to content

Commit 00a8c88

Browse files
committed
Force Linux line endings for mvnw
Cygwin on Windows refuses to execute files with CRLF line endings.
1 parent f1e6683 commit 00a8c88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ./mvnw fails on Windows in git bash if -Xmx in that file has a trailing CRLF
22
.mvn/jvm.config text eol=lf
3+
mvnw text eol=lf
34
*.xml text eol=lf
45
*.java text diff=java eol=lf
56
*.kt text diff=kotlin eol=lf

0 commit comments

Comments
 (0)