You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 73401b0 updated bazel-contrib/rules_jvm_external to 6.5 in
`MODULE.bazel` for v31.0, but missed it in `//:protobuf_deps.bzl`. This
caused `WORKSPACE` builds to break under Bazel 8.2.1 with `rules_java`
8.12.0 and `--incompatible_autoload_externally=`:
- #19129 (comment)
Confirmed that this change fixes the breakage when building the
following target in bazel-contrib/rules_scala:
```
USE_BAZEL_VERSION=8.2.1 bazel build \
--noenable_bzlmod --enable_workspace \
--incompatible_autoload_externally= \
//test/proto/custom_generator:failing_scala_proto_deps_toolchain_def
```
0 commit comments