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

When building AutoFactory, pick up AutoService via <annotationProcessorPaths>. #1052

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

copybara-service[bot]
Copy link
Contributor

@copybara-service copybara-service bot commented Apr 7, 2021

When building AutoFactory, pick up AutoService via <annotationProcessorPaths>.

The annotation dependency for @AutoService is now a regular compile-scoped dependency. This prevents errors from overeager consumers that can't deal with missing annotation class files.

This change is equivalent to the one we made for AutoValue in #1046.

Fixes #744.

RELNOTES=AutoService dependency is now a regular compile-scoped dependency.

…sorPaths>`.

The annotation dependency for `@AutoService` is now a regular compile-scoped dependency. This prevents errors from overeager consumers that can't deal with missing annotation class files.

This change is equivalent to the one we made for AutoValue in #1046.

Fixes #744.

RELNOTES=AutoService dependency is now a regular compile-scoped dependency.
PiperOrigin-RevId: 367221859
@copybara-service copybara-service bot merged commit 0fb28d0 into master Apr 7, 2021
@copybara-service copybara-service bot deleted the test_367219456 branch April 7, 2021 15:12
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.

AutoFactory adds unwanted AutoValue annotation processors to classpath
1 participant