From c03cc45fa505a3c7f1f5d142f99a224176fad626 Mon Sep 17 00:00:00 2001 From: Eric Degenetais Date: Thu, 29 Feb 2024 19:40:09 +0100 Subject: [PATCH 1/2] Make sure mvnw doesn't get EOL translated (it's a bash script, so no reason to get M$ ou mac end-of-lines.) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..300e944 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +mvnw From a63d6c83520a86f86c57b522c3196460f11c5c83 Mon Sep 17 00:00:00 2001 From: Eric Degenetais Date: Thu, 29 Feb 2024 19:40:42 +0100 Subject: [PATCH 2/2] mvnw needs to be executable --- mvnw | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 mvnw diff --git a/mvnw b/mvnw old mode 100644 new mode 100755