Skip to content

Commit

Permalink
Mark gradlew with Unix eol endings as it is a script
Browse files Browse the repository at this point in the history
Since this could end up being copied from a Windows machine to another
when it is part of a project using Android then we should make sure the
line endings are preserved to be on the safe side. This avoids a strange
problem when deploying due to gradle failing to run.

Change-Id: Ie170461a351c9279092b58d4e8353b81cc8561d3
Reviewed-by: Konstantin Ritt <[email protected]>
Reviewed-by: Assam Boudjelthia <[email protected]>
(cherry picked from commit c92528b)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
  • Loading branch information
AndyShawQt authored and Qt Cherry-pick Bot committed Jul 10, 2020
1 parent 9d87528 commit 5317fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/3rdparty/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
gradle/gradlew eol=lf
libpng/projects/cbuilder5/libpng.bpf -crlf
libpng/projects/cbuilder5/libpng.bpg -crlf
libpng/projects/cbuilder5/libpng.bpr -crlf
Expand Down

0 comments on commit 5317fb0

Please sign in to comment.