-
-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error repinning with maven resolver #1205
Comments
This error happens even when just trying to update the Bazel lockfile (MODULE.bazel.lock) via
|
This appears to be the issue: https://github.com/bazelbuild/rules_jvm_external/blob/61e8eda72f8cafcecf8b2aef0ef62dd58bfa953d/private/extensions/maven.bzl#L436-L441 I was able to get it working by patching that out locally. |
This is a patched version of 6.2 to work around bazel-contrib/rules_jvm_external#1205
I'm seeing this issue with rules_jvm_external 6.1 and also 6.2:
my MODULE.bazel is:
The text was updated successfully, but these errors were encountered: