Skip to content

Commit

Permalink
fix(android): Fix Permission denied issues when running gradlew (reac…
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpd authored Mar 18, 2021
1 parent 490dff9 commit 0e22ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ steps:
# download and cache dependencies and Gradle
- run:
name: Downloading Gradle Dependencies
command: "cd <<parameters.project_path>> && ./gradlew --max-workers 2 downloadDependencies"
command: "cd <<parameters.project_path>> && chmod +x gradlew && ./gradlew --max-workers 2 downloadDependencies"

- save_cache:
name: Saving Gradle wrapper cache
Expand Down

0 comments on commit 0e22ef8

Please sign in to comment.