Skip to content

Commit

Permalink
Fix Bazel build with Bzlmod enabled
Browse files Browse the repository at this point in the history
Partial commit for third_party/*, see bazelbuild#16302.

Signed-off-by: Yun Peng <[email protected]>
  • Loading branch information
meteorcloudy authored and aiuto committed Oct 12, 2022
1 parent a24183c commit e977812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/googleapis/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module(
version = "",
)

bazel_dep(name = "rules_license", version = "0.0.3")
bazel_dep(name = "rules_java", version = "4.0.0")
bazel_dep(name = "rules_proto", version = "4.0.0")
bazel_dep(name = "protobuf", version = "3.19.0", repo_name = "com_google_protobuf")
Expand Down

0 comments on commit e977812

Please sign in to comment.