mirror of https://github.com/grpc/grpc-java.git
Make //compiler:grpc_java_plugin publicly visible again
Prior to 745aa0a2f5, this target was
visible publicly.
This commit is contained in:
parent
2548bcd7c7
commit
f67aa4e305
|
|
@ -10,6 +10,7 @@ cc_binary(
|
|||
deps = [
|
||||
"@com_google_protobuf//:protoc_lib",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
java_library(
|
||||
|
|
|
|||
Loading…
Reference in New Issue