Skip to content

Instantly share code, notes, and snippets.

@tomzx
Created January 7, 2015 02:41
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tomzx/aa2d9172a1daef15a0ac to your computer and use it in GitHub Desktop.
Save tomzx/aa2d9172a1daef15a0ac 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>
@huxiaotian123
Copy link

tks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment