From a76545d600efcd6baea1d4e170fc8360382588c4 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 9 Jul 2020 15:41:58 +0200 Subject: Update to Gradle 6.5.1 This commit updates the Gradle wrapper to version 6.5.1 to address some of the issues we were having when importing the project. --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 526c8a38..9d6ef431 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,5 @@ -*.sh text eol=lf \ No newline at end of file +# https://help.github.com/articles/dealing-with-line-endings/ +# +# These are explicitly windows files and should use crlf +*.bat text eol=crlf +*.sh text eol=lf -- cgit v1.2.3