Skip to content

Commit

Permalink
Ensure rules_proto comes from the module file (#13879)
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Apr 26, 2024
1 parent f2b6813 commit 6ece8d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ http_archive(

load("@io_bazel_rules_closure//closure:repositories.bzl", "rules_closure_dependencies", "rules_closure_toolchains")

rules_closure_dependencies()
rules_closure_dependencies(
omit_rules_java = True,
omit_rules_proto = True,
omit_rules_python = True,
)

rules_closure_toolchains()

Expand Down

0 comments on commit 6ece8d7

Please sign in to comment.