Skip to content

Commit

Permalink
Fix visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Nov 21, 2024
1 parent 97657e1 commit 0078927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,7 @@ use_repo(
# =========================================

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
is_default = True,
python_version = "3.11",
)
python.toolchain(is_default = True, python_version = "3.11")

pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
pip.parse(
Expand Down
1 change: 1 addition & 0 deletions tools/java/runfiles/BUILD.tools
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
alias(
name = "runfiles",
actual = "@rules_java//java/runfiles",
visibility = ["//visibility:public"],
)

0 comments on commit 0078927

Please sign in to comment.