Skip to content

Commit

Permalink
bazel: fix docs
Browse files Browse the repository at this point in the history
Now the docs can be updated
  • Loading branch information
manuelnaranjo committed Mar 12, 2024
1 parent 9cb6aba commit b39d637
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
31 changes: 27 additions & 4 deletions docs/rules.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pitest/private/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ bzl_library(
name = "rules",
srcs = ["rules.bzl"],
visibility = ["//pitest:__subpackages__"],
deps = ["@rules_java//java:defs"],
deps = [
"@rules_java//java:defs.bzl",
"@rules_java//java:rules",
],
)

0 comments on commit b39d637

Please sign in to comment.