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

gradle: Trust -javadoc, -sources, and gradle source files #259

Closed
wants to merge 1 commit into from

Conversation

t895
Copy link
Contributor

@t895 t895 commented Apr 10, 2024

When these files are left untrusted, gradle sync would fail in Android Studio. The only files that we need to be verified are the compiled libraries that we're pulling.

Taken from the gradle documentation - https://docs.gradle.org/8.7/userguide/dependency_verification.html#sec:skipping-javadocs

@t895 t895 force-pushed the trusted-artifacts branch from 9331fbd to 5eec8f6 Compare April 10, 2024 13:16
When these files are left untrusted, gradle sync would fail in Android Studio. The only files that we need to be verified are the compiled libraries that we're pulling.

Taken from the gradle documentation - https://docs.gradle.org/8.7/userguide/dependency_verification.html#sec:skipping-javadocs
@t895 t895 force-pushed the trusted-artifacts branch from 5eec8f6 to 9080001 Compare April 10, 2024 14:34
@t895
Copy link
Contributor Author

t895 commented Apr 13, 2024

Closing for this reason

@t895 t895 closed this Apr 13, 2024
@t895 t895 deleted the trusted-artifacts branch April 21, 2024 01:22
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.

1 participant