Closed GregoryConrad closed 4 years ago
I prefer git update-index --chmod=+x gradlew
because it will fix it for everyone locally, rather than just travis.
Changed my mind, because if you run through intellij, gradle won't complain about permissions
One of my teammates encountered a build fail from Travis CI:
This PR should fix said issue by making
gradlew
executable before it is executed in Travis CI