We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to the lack of documentation for using this repo with bzlmod, I'm trying to write this up and running into some issues:
With this repro:
MODULE.bazel
bazel_dep(name = "rules_jvm_external", version = "4.5") maven = use_extension("@rules_jvm_external//:extensions.bzl", "maven") maven.install( artifacts = ["org.seleniumhq.selenium:selenium-java:4.4.0"], ) use_repo(maven, "maven")
then bazel run @maven//:pin and it creates a file named rules_jvm_external~4.5~maven~maven_install.json
bazel run @maven//:pin
rules_jvm_external~4.5~maven~maven_install.json
I think this was meant to be just maven_install.json
maven_install.json
The text was updated successfully, but these errors were encountered:
Update https://github.com/bazelbuild/rules_jvm_external/blob/master/docs/bzlmod.md#installation when done.
Sorry, something went wrong.
No branches or pull requests
Related to the lack of documentation for using this repo with bzlmod, I'm trying to write this up and running into some issues:
With this repro:
MODULE.bazel
then
bazel run @maven//:pin
and it creates a file namedrules_jvm_external~4.5~maven~maven_install.json
I think this was meant to be just
maven_install.json
The text was updated successfully, but these errors were encountered: