From 2c6169ad8c3f97e7b9f833879967497efd54ac2e Mon Sep 17 00:00:00 2001 From: Goooler Date: Tue, 21 Sep 2021 15:25:44 +0800 Subject: Bump gradle to 7.2 (#2144) * Bump gradle to 7.2 * Bump gradle to 7.2 under examples * Add .gitattributes rule of eol --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 1c119d95..7e3c475f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ +* text=auto eol=lf + gradlew binary gradlew.bat binary \ No newline at end of file -- cgit