rules_jvm_external
rules_jvm_external copied to clipboard
Can you limit a repository to only certain artifacts?
We have one weird artifact that lives in its own repository. If we add its repository to the overall repositories field, then that shows up as a mirror URL for every artifact in the project, and Bazel queries it for every other artifact, and users get tons of 404 warnings.
Is there a way to provide repositories per-artifact while staying under the same connected external repository?
Related (404 warnings): https://github.com/bazelbuild/rules_jvm_external/issues/349