Skip to content

Commit

Permalink
java_grpc_library.bzl: Migrate from 'proto' to ProtoInfo syntax (#5994)
Browse files Browse the repository at this point in the history
* Migrate the provider containing information about protocol buffers from the old-style 'dep.proto' pattern to the new-style 'dep[ProtoInfo]' one.
  • Loading branch information
ran-su committed Jul 19, 2019
1 parent cc524f1 commit f261af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java_grpc_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ _java_lite_grpc_library = rule(
"srcs": attr.label_list(
mandatory = True,
allow_empty = False,
providers = ["proto"],
providers = [ProtoInfo],
),
"deps": attr.label_list(
mandatory = True,
Expand Down

0 comments on commit f261af3

Please sign in to comment.