Skip to content

Commit

Permalink
🌟 Clean up stardoc imports (#259)
Browse files Browse the repository at this point in the history
With Bazel 8 we can finally remove our hacky workarounds.
  • Loading branch information
aaronmondal authored Dec 29, 2024
1 parent f3d2c7a commit c1db936
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ bazel_dep(name = "rules_cc", version = "0.0.17")
# Various utility functions such as path manipulations and templating.
bazel_dep(name = "bazel_skylib", version = "1.7.1")

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

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

0 comments on commit c1db936

Please sign in to comment.