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

Fixes issue with using EarlyEntryPoints being dropped when using enableAggregatingTask. #2791

Merged
merged 1 commit into from
Jul 30, 2021

Conversation

copybara-service[bot]
Copy link

Fixes issue with using EarlyEntryPoints being dropped when using enableAggregatingTask.

Due to the missing package in the aggregated packages list, the Hilt Gradle plugin was silently dropping EarlyEntryPoint metadata when enableAggregatingTask = true.
See #2789

Added a new Gradle module as a regression test.

Fixes #2789

RELNOTES=Fix #2789: Fixes issue with using EarlyEntryPoints being dropped when using enableAggregatingTask

@google-cla google-cla bot added the cla: yes label Jul 30, 2021
…bleAggregatingTask`.

Due to the missing package in the aggregated packages list, the Hilt Gradle plugin was silently dropping `EarlyEntryPoint` metadata when `enableAggregatingTask = true`.
See #2789

Added a new Gradle module as a regression test.

Fixes #2789

RELNOTES=Fix #2789: Fixes issue with using EarlyEntryPoints being dropped when using `enableAggregatingTask`
PiperOrigin-RevId: 387850463
@copybara-service copybara-service bot merged commit 38db196 into master Jul 30, 2021
@copybara-service copybara-service bot deleted the test_387690285 branch July 30, 2021 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EarlyComponent is not created if test contains @BindValue
1 participant