Gradle wrapper files should have correct line endings

This commit is contained in:
Maksim Sasnouski 2024-02-29 13:15:20 +03:00 committed by Taylor Becker
parent 18a8eb8203
commit 2ae3474248

3
.gitattributes vendored
View file

@ -1,2 +1,5 @@
mvnw text eol=lf mvnw text eol=lf
*.java text eol=lf *.java text eol=lf
/gradlew text eol=lf
*.bat text eol=crlf