Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for netrc in jvm_maven_import_external (#1509)
`auth=` parameter for `repository_ctx.download` is both required to fetch from private registries and is not well-documented bazelbuild/bazel#13709 (comment) With this change ```python rules_scala_toolchain_deps_repositories( maven_servers = ["some_private_artifactory_url"] ) ``` would be able to authenticate using default .netrc (like `~/.netrc`)
- Loading branch information