diff --git a/.bazelrc b/.bazelrc index ac896666..7c7def31 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,3 +1,7 @@ +# TODO(davido): Migrate all dependencies from WORKSPACE to MODULE.bazel +# https://issues.gerritcodereview.com/issues/303819949 +common --noenable_bzlmod + build --workspace_status_command="python3 ./tools/workspace_status.py" build --repository_cache=~/.gerritcodereview/bazel-cache/repository build --experimental_strict_action_env diff --git a/.bazelversion b/.bazelversion index 91e4a9f2..9fe9ff9d 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -6.3.2 +7.0.1