We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d2c7a commit c1db936Copy full SHA for c1db936
MODULE.bazel
@@ -13,10 +13,8 @@ bazel_dep(name = "rules_cc", version = "0.0.17")
13
# Various utility functions such as path manipulations and templating.
14
bazel_dep(name = "bazel_skylib", version = "1.7.1")
15
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)
+# Documentation.
+bazel_dep(name = "stardoc", version = "0.7.2", dev_dependency = True)
20
21
# TODO(aaronmondal): We don't actually use this. Fix LRE upstream to make this
22
# import optional.
0 commit comments