Skip to content

Commit ca924a3

Browse files
committed
Add protobuf repo to known_contributing_modules on maven.install
1 parent b3e96cc commit ca924a3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

modules/java/MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ maven.install(
3131
"javax.annotation:javax.annotation-api:1.3.2",
3232
],
3333
known_contributing_modules = [
34+
"protobuf",
3435
"rules_proto_grpc_java",
3536
"rules_proto_grpc_scala",
3637
],

modules/scala/MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ maven.install(
1717
# These are inherited from rules_proto_grpc_java, only add anything extra here
1818
],
1919
known_contributing_modules = [
20+
"protobuf",
2021
"rules_proto_grpc_java",
2122
"rules_proto_grpc_scala",
2223
],

test_workspaces/java_deps/MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ maven.install(
2727
known_contributing_modules = [
2828
# Supress warning about multiple contributing modules
2929
"",
30+
"protobuf",
3031
"rules_proto_grpc_java",
3132
],
3233
)

0 commit comments

Comments
 (0)