From 5c235c7343e8bc4386906144d087d88a165a09c9 Mon Sep 17 00:00:00 2001 From: Robert Karlsson Date: Thu, 2 Nov 2023 10:40:16 +0900 Subject: [PATCH] Add support for building on windows --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6e4598114a..d226ef697a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,10 @@ +gradlew eol=lf +*.gradle eol=lf +*.java eol=lf +*.groovy eol=lf +spring.factories eol=lf +*.sh eol=lf + docs/* linguist-documentation server/src/main/resources/swagger-ui/* linguist-vendored