Skip to content

Commit c1db936

Browse files
authored
🌟 Clean up stardoc imports (#259)
With Bazel 8 we can finally remove our hacky workarounds.
1 parent f3d2c7a commit c1db936

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

MODULE.bazel

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ bazel_dep(name = "rules_cc", version = "0.0.17")
1313
# Various utility functions such as path manipulations and templating.
1414
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1515

16-
# Documentation. These should be dev_dependencies, but that doesn't work at the
17-
# moment. This is a bug.
18-
bazel_dep(name = "rules_java", version = "7.6.1", dev_dependency = False)
19-
bazel_dep(name = "stardoc", version = "0.7.2", dev_dependency = False)
16+
# Documentation.
17+
bazel_dep(name = "stardoc", version = "0.7.2", dev_dependency = True)
2018

2119
# TODO(aaronmondal): We don't actually use this. Fix LRE upstream to make this
2220
# import optional.

0 commit comments

Comments
 (0)