Skip to content

Commit 0e22ef8

Browse files
authored
fix(android): Fix Permission denied issues when running gradlew (#72 by @zpd106)
1 parent 490dff9 commit 0e22ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/android_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ steps:
4343
# download and cache dependencies and Gradle
4444
- run:
4545
name: Downloading Gradle Dependencies
46-
command: "cd <<parameters.project_path>> && ./gradlew --max-workers 2 downloadDependencies"
46+
command: "cd <<parameters.project_path>> && chmod +x gradlew && ./gradlew --max-workers 2 downloadDependencies"
4747

4848
- save_cache:
4949
name: Saving Gradle wrapper cache

0 commit comments

Comments
 (0)