Skip to content

Commit

Permalink
Make documentation bzl_library publicly visible
Browse files Browse the repository at this point in the history
This allows anyone who depends on `rules_jvm_external` and imports
"something" from these rules into their own rules to be able to
generate stardoc of their own functions.

I've filed bazelbuild/stardoc#93 to track
this issue. Once it's fixed, we can close this.
  • Loading branch information
shs96c committed Feb 27, 2021
1 parent d0104e3 commit f96e38b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ bzl_library(
"//settings:stamp_manifest.bzl",
"//third_party/bazel_json/lib:json_parser.bzl",
],
visibility = [
"//visibility:public",
],
)

genrule(
Expand Down

0 comments on commit f96e38b

Please sign in to comment.