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 the isolated project violation #4570

Closed
wants to merge 1 commit into from
Closed

Conversation

ansman
Copy link

@ansman ansman commented Jan 10, 2025

Dependency.group would be accessed which, for project dependencies, would cause an isolated project violation. Now project dependencies are filtered out.

This partially fixes #4423

Dependency.group would be accessed which, for project dependencies, would cause an isolated project violation. Now project dependencies are filtered out.

This partially fixes google#4423
copybara-service bot pushed a commit that referenced this pull request Jan 11, 2025
`dependency.group` would be accessed which, for project dependencies, would cause an isolated project violation. Now project dependencies are filtered out.

This partially fixes #4423

Closes #4570

RELNOTES=Fix project isolation violation when checking that Hilt libraries are applied along the Gradle plugin.
PiperOrigin-RevId: 714176992
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.

HiltGradlePlugin is not Gradle project isolation safe
1 participant