Skip to content
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

Fix maven_servers parameter passing in scala_repositories #1168

Merged

Conversation

gergelyfabian
Copy link
Contributor

Description

scala_repositories should use the passed parameter value instead of providing _default_maven_server_urls as a value passed downstream.

Motivation

scala_repositories does not currently work with custom maven_servers attribute as the implementation uses the default anyhow.
This blocks rules_scala if the default maven repositories are unavailable (e.g. in restricted company networks).

scala_repositories should use the passed parameter value instead of providing _default_maven_server_urls as a value passed downstream.
@gergelyfabian
Copy link
Contributor Author

One of the tests failed, I don't really understand why (on timeout). Can the test be re-triggered?

@gergelyfabian
Copy link
Contributor Author

Thank you! Tests are passing now.

@liucijus liucijus merged commit 39c311d into bazelbuild:master Dec 14, 2020
@liucijus
Copy link
Collaborator

Thanks, @gergelyfabian!

@gergelyfabian gergelyfabian deleted the scala-repositories-maven-servers-fix branch December 17, 2020 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants