-
Notifications
You must be signed in to change notification settings - Fork 78
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
Missing proxy settings for Coursier when resolving Java Home #1538
Comments
Thanks for your fix, but this problem still seems to exist in 1.40.0. |
Oh, I think I figured out what the problem is: |
Ach, right, let's try #1547 Once it's merged you can try out the prerelease version. |
Describe the bug
To Reproduce Steps to reproduce the behavior:
Start metals-vscode in a environment without JDK, and then coursier will try to fetch JDK while running
coursier java --jvm temurin:${javaVersion} -version
.Expected behavior
Pass proxy settings when running coursier.
Installation:
The text was updated successfully, but these errors were encountered: