-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
mill does not honor the custom repositories at global scale #246
Comments
@lihaoyi yep that works. I can send a PR to update Readme.md after hours. |
@lihaoyi for interp.repositories() ++= Seq(...)
interp.load.ivy(...) However, the downloaded dependencies are not added to the build. |
shengc
pushed a commit
to shengc/mill
that referenced
this issue
Mar 20, 2018
lihaoyi
pushed a commit
that referenced
this issue
Mar 20, 2018
@lihaoyi if I pass in the revolvers through |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in
sbt
, I can override the default repositories by settingso I can pass in a list of custom repositories for the entire build.
For
mill
, although documentation suggests one can override the repositories through therepositories
task, the initial dependencies needed to boostrap the build are still resolved through the default repositories.I am behind a proxy, so in order to adopt
mill
for my work, I need a way to configure the repositories globally just likesbt
does.The text was updated successfully, but these errors were encountered: