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

Fix "Could not copy zip entry … Permission Denied" errors #394

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ngsilverman
Copy link

On systems where unzipping an archive restores the file permissions, if the original file permissions are too restrictive, the copy task fails.

For example:

Execution failed for task ':module:mergeClassesRelease'.
> Could not copy zip entry …/module/build/intermediates/exploded-aar/androidx.benchmark/benchmark-macro-junit4/1.1.0-rc02/release/classes.jar!META-INF/androidx.benchmark_benchmark-macro-junit4.version to '…/module/build/intermediates/fat-aar/merge_classes/release/META-INF/androidx.benchmark_benchmark-macro-junit4.version'.
   > …/module/build/intermediates/fat-aar/merge_classes/release/META-INF/androidx.benchmark_benchmark-macro-junit4.version (Permission denied)

On systems where unzipping an archive restores the file permissions, if the original file permissions are too restrictive, the copy task fails.
@hmphu
Copy link

hmphu commented Oct 11, 2023

@kezong I got same error "Permission Denied" and this PR seem fixed that. Could you please review and merge the PR and release a new version?

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

Successfully merging this pull request may close these issues.

None yet

2 participants