Regression in bazel support for MODULE.bazel maven.install expression #31919
Unanswered
daniel-b2c2
asked this question in
Request Help
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitHub
Please tell us more about your question or problem
In version
38.49.0
a bazel-module manager supported themaven.install(artifacts[])
clause according to this PRIn the 'latest' version 38.119.0, and in the online app version which I think is 38.115.0, this has regressed so it's no longer supported.
This
MODULE.bazel
file appears to be detected according to the logs. While expressions likebazel_dep(name = "rules_jvm_external", version = "6.4")
get added as packages, the contents of theartifacts
list in themaven.install
expression shown below does not get added.I guess same project demo as before: https://github.com/daniel-b2c2/bazel-module-issue
Logs (if relevant)
Logs
Above are the logs showing the
bazel_dep
expression gets detected but the maven.install() does not, this is with the default MODULE.bazel file (no fancy prefixes)Beta Was this translation helpful? Give feedback.
All reactions