mirror of https://github.com/grpc/grpc-java.git
java_grpc_library.bzl: Migrate from 'proto' to ProtoInfo syntax (#5994)
* Migrate the provider containing information about protocol buffers from the old-style 'dep.proto' pattern to the new-style 'dep[ProtoInfo]' one.
This commit is contained in:
parent
cc524f10d3
commit
f261af3445
|
|
@ -149,7 +149,7 @@ _java_lite_grpc_library = rule(
|
||||||
"srcs": attr.label_list(
|
"srcs": attr.label_list(
|
||||||
mandatory = True,
|
mandatory = True,
|
||||||
allow_empty = False,
|
allow_empty = False,
|
||||||
providers = ["proto"],
|
providers = [ProtoInfo],
|
||||||
),
|
),
|
||||||
"deps": attr.label_list(
|
"deps": attr.label_list(
|
||||||
mandatory = True,
|
mandatory = True,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue