-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
Unable to resolve scalaworker behind corporate proxy #187
Comments
Yeah this is not currently possible, I have a commit in the |
@GrannyOlli can you try using the latest unstable version https://github.com/lihaoyi/mill/releases/download/unstable/0.1.3-9-a6bd3d, instantiating a new |
Thank you, i will try that! |
should be doable in 0.1.4 |
In ScalaWorkerApi, resolving mill-scalaworker and compiler-interface from hard-coded repo1.maven.org fails behind a corporate proxy. It should be possible to configure a maven proxy for this.
https://github.com/lihaoyi/mill/blob/c5b967515cc4ccf6ebe76c69691c196b55113b3c/scalalib/src/mill/scalalib/ScalaWorkerApi.scala#L21
The text was updated successfully, but these errors were encountered: