Disable Bzlmod explicitly in .bazelrc
diff --git a/.bazelrc b/.bazelrc index 4157428..48bde87 100644 --- a/.bazelrc +++ b/.bazelrc
@@ -42,3 +42,7 @@ # Allow exclusive tests to run in a sandbox test --incompatible_exclusive_test_sandboxed + +# TODO: migrate all dependencies from WORKSPACE to MODULE.bazel +# https://github.com/bazelbuild/stardoc/issues/189 +common --noenable_bzlmod