File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
test_workspaces/java_deps Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ maven.install(
31
31
"javax.annotation:javax.annotation-api:1.3.2" ,
32
32
],
33
33
known_contributing_modules = [
34
+ "protobuf" ,
34
35
"rules_proto_grpc_java" ,
35
36
"rules_proto_grpc_scala" ,
36
37
],
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ maven.install(
17
17
# These are inherited from rules_proto_grpc_java, only add anything extra here
18
18
],
19
19
known_contributing_modules = [
20
+ "protobuf" ,
20
21
"rules_proto_grpc_java" ,
21
22
"rules_proto_grpc_scala" ,
22
23
],
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ maven.install(
27
27
known_contributing_modules = [
28
28
# Supress warning about multiple contributing modules
29
29
"" ,
30
+ "protobuf" ,
30
31
"rules_proto_grpc_java" ,
31
32
],
32
33
)
You can’t perform that action at this time.
0 commit comments