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 dependencies and permissions in AAR extraction #12

Merged
merged 3 commits into from
Apr 18, 2024

Conversation

fmasa
Copy link
Contributor

@fmasa fmasa commented Apr 17, 2024

Closes #10

This forces 660 (-rw-rw---) permissions for extracted JAR so repeated extraction does not fail. Previously some JARs were extracted as read-only and these could not be rewritten.

I also changed the way list of AAR files is sourced. Now both extractClasses and copyAars use aar configurations so the list of dependencies is known beforehand and first ./gradlew build no longer fails. I also merged the separate tasks for each dependency to the extractClasses.

@fmasa fmasa force-pushed the aar-extract-improvements branch from a5a3ed5 to 427d844 Compare April 17, 2024 19:10
@fmasa fmasa force-pushed the aar-extract-improvements branch from 427d844 to 712380e Compare April 17, 2024 19:13
@nbransby nbransby merged commit eb534f3 into GitLiveApp:master Apr 18, 2024
1 check failed
@fmasa fmasa deleted the aar-extract-improvements branch April 18, 2024 11:14
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.

Subsequent execution of copyAars fails because of permissions
2 participants