Skip to content

Commit

Permalink
Force Linux line endings for mvnw
Browse files Browse the repository at this point in the history
Cygwin on Windows refuses to execute files with CRLF line endings.
  • Loading branch information
albers committed Jun 9, 2023
1 parent f1e6683 commit 00a8c88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 00a8c88

Please sign in to comment.