Skip to content

Commit

Permalink
bazel: Add comment for public protoc plugin
Browse files Browse the repository at this point in the history
The 3rd-party rules_proto project is referencing our compiler directly
and not using our java_grpc_library. This target is fine for them to
use (although we'd prefer using our java_grpc_library), but most users
shouldn't be touching it.

Related to grpc#5942 and grpc#5947
  • Loading branch information
ejona86 committed Jul 8, 2019
1 parent 4f1f857 commit 9033efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/BUILD.bazel
@@ -1,5 +1,6 @@
load("//:java_grpc_library.bzl", "java_rpc_toolchain")

# This should not generally be referenced. Users should use java_grpc_library
cc_binary(
name = "grpc_java_plugin",
srcs = [
Expand Down

0 comments on commit 9033efa

Please sign in to comment.