Skip to content

Commit d8c2290

Browse files
committed
Fix "in deps attribute of starlark_doc_extract rule //docs:defs.extract: missing bzl_library targets for Starlark module(s) @rules_java//java/private:proto_support.bzl." error
1 parent 7355293 commit d8c2290

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ stardoc(
2222
deps = [
2323
"//:implementation",
2424
"@bazel_skylib//lib:structs",
25+
"@rules_java//java/private:proto_support",
2526
],
2627
)
2728

0 commit comments

Comments
 (0)