Make //compiler:grpc_java_plugin publicly visible again#5947
Make //compiler:grpc_java_plugin publicly visible again#5947ejona86 merged 1 commit intogrpc:masterfrom
Conversation
|
Thank you for your pull request. Before we can look at your contribution, we need to ensure all contributors are covered by a Contributor License Agreement. After the following items are addressed, please respond with a new comment here, and the automated system will re-verify.
Regards, |
Prior to 745aa0a, this target was visible publicly.
|
Thank you for your pull request. Before we can look at your contribution, we need to ensure all contributors are covered by a Contributor License Agreement. After the following items are addressed, please respond with a new comment here, and the automated system will re-verify.
Regards, |
|
CLA done |
|
I want to discourage using this target. It was necessary to be exposed before because it was referenced by every usage of our own java_grpc_library. With the changes to java_grpc_library that's no longer the case. I didn't see this PR before creating #5952 |
|
@aaliddell Thank you for filing and fixing the issue. |
Fixes #5942
Prior to 745aa0a, this target was visible publicly and is useful for external projects that depend on the protoc plugin.