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 #4571

Merged
merged 1 commit into from
Jan 11, 2025
Merged

Fix the isolated project violation #4571

merged 1 commit into from
Jan 11, 2025

Conversation

copybara-service[bot]
Copy link

Fix the isolated project violation

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.

`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: 714428280
@copybara-service copybara-service bot merged commit 91450da into master Jan 11, 2025
@copybara-service copybara-service bot deleted the test_714176992 branch January 11, 2025 14:40
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