-
-
Save morristech/9585a1ffe533abdfcd4b8845ee52eca7 to your computer and use it in GitHub Desktop.
./gradlew: Permission denied
This file contains hidden or 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