delivery-app-mobile icon indicating copy to clipboard operation
delivery-app-mobile copied to clipboard

bash: ./gradlew: Permission denied

Open jrichardsz opened this issue 4 years ago • 1 comments

When I run

 cd android && ./gradlew app:assembleRelease

I get this error:

bash: ./gradlew: Permission denied

Fix:

chmod +x ./gradle

Question:

Is it possible add this permission in the repository?

jrichardsz avatar Sep 27 '20 02:09 jrichardsz

chmod 755 android/gradlew

ahsan-abrar avatar Apr 23 '21 10:04 ahsan-abrar