From 516722647ae474746a84c197127e323135907d57 Mon Sep 17 00:00:00 2001 From: Maksim Sasnouski Date: Thu, 29 Feb 2024 13:15:20 +0300 Subject: [PATCH] Gradle wrapper files should have correct line endings --- .gitattributes | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 21de586ddec..31f1bf50bd9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ -mvnw text eol=lf -*.java text eol=lf +mvnw text eol=lf +*.java text eol=lf + +/gradlew text eol=lf +*.bat text eol=crlf