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 Dave Syer
parent 3efd6e0f03
commit 516722647a

3
.gitattributes vendored
View file

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