Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save morristech/9585a1ffe533abdfcd4b8845ee52eca7 to your computer and use it in GitHub Desktop.
Save morristech/9585a1ffe533abdfcd4b8845ee52eca7 to your computer and use it in GitHub Desktop.
./gradlew: Permission denied
/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