From 853733000305faf3b0ac2606a73f03686729a780 Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Fri, 22 Nov 2013 21:46:56 +0100 Subject: [PATCH] fix eol in case of gradle wrapper script --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index cbe6554..59c6c32 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.sh text eof=lf gradle text eof=lf +gradlew text eof=lf