From b3adff8f7706e4c3283c1687e3ce22c42ec3fa6e Mon Sep 17 00:00:00 2001 From: prakanth <50439067+prakanth97@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:02:08 +0530 Subject: [PATCH] Fix windows build failure --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 097f9f9..57e59ae 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,5 @@ # These are Windows script files and should use crlf *.bat text eol=crlf +# Ensure all Java files use LF. +*.java eol=lf