Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gradlew assemble permission denied #72

Open
kev-inc opened this issue Mar 31, 2019 · 3 comments
Open

gradlew assemble permission denied #72

kev-inc opened this issue Mar 31, 2019 · 3 comments
Labels
question Further information is requested

Comments

@kev-inc
Copy link

kev-inc commented Mar 31, 2019

i am getting this error and i cant seem to figure out why. i was able to run the travis tests a few days ago but suddenly it stopped working

$ ./gradlew assemble
/home/travis/.travis/functions: line 315: ./gradlew: Permission denied
The command "eval ./gradlew assemble " failed. Retrying, 2 of 3.
/home/travis/.travis/functions: line 315: ./gradlew: Permission denied
The command "eval ./gradlew assemble " failed. Retrying, 3 of 3.
/home/travis/.travis/functions: line 315: ./gradlew: Permission denied
The command "eval ./gradlew assemble " failed 3 times.
The command "./gradlew assemble" failed and exited with 126 during .
Your build has been stopped.

@ccristina ccristina added the question Further information is requested label Apr 1, 2019
@qjqqyy
Copy link

qjqqyy commented Apr 1, 2019

With reference to your commit kev-inc/main@4ae84a8

Note that you have removed executable bits on the file permissions in various files.

@kev-inc
Copy link
Author

kev-inc commented Apr 1, 2019

With reference to your commit kev-inc/main@4ae84a8

Note that you have removed executable bits on the file permissions in various files.

I don't think i intended to do this, may i know how did i end up doing this and how to rectify this?

@thomastanck
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants