Created
January 7, 2015 02:41
-
-
Save tomzx/aa2d9172a1daef15a0ac to your computer and use it in GitHub Desktop.
./gradlew: Permission denied
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/travis/build.sh: line 175: ./gradlew: Permission denied | |
Fix by setting the executable flag on your gradlew file. | |
Either | |
chmod +x gradlew (on unix systems) | |
OR | |
git update-index --chmod=(+|-)x <file> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tks