diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2025-04-24 09:18:31 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2025-04-24 09:18:31 +0200 |
commit | 0595aa0f0f334d3cae1f9d8843a85afe204ae2a7 (patch) | |
tree | 10c4349c6cdf12996da0d06b70f2ec33e194f7a0 | |
parent | 991891570546a38e3f60e4b9055d6ff20a1e5c8f (diff) | |
download | jgit-0595aa0f0f334d3cae1f9d8843a85afe204ae2a7.tar.gz jgit-0595aa0f0f334d3cae1f9d8843a85afe204ae2a7.zip |
since it's enabled by default since bazel 7. Also remove comment to
migrate dependencies to MODULE.bazel since that has been finished now.
Change-Id: I7192ad4f0be88fab5bb40ecbea0aef9d57bb3466
-rw-r--r-- | .bazelrc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,8 +1,3 @@ -# TODO(davido): Migrate all dependencies from WORKSPACE to MODULE.bazel -# https://issues.gerritcodereview.com/issues/303819949 - -common --enable_bzlmod - build --workspace_status_command="python3 ./tools/workspace_status.py" build --repository_cache=~/.gerritcodereview/bazel-cache/repository build --incompatible_strict_action_env |