what' the path of jars needed by metals? #5309
Answered
by
tgodzik
passion123
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
tgodzik
Jun 5, 2023
Replies: 1 comment 2 replies
-
Thanks for the question! Any idea why those jars are not being downloaded? Is maven central available within your environment? One possibility to work around it would be to install coursier locally and that should be picked up by Metals and there wouldn't be any need to download those jars directly. There might still be an issue when downloading the metals server jars if you're behind a proxy or need to use a custom repository to fetch artifacts. There is a bit of infor about it in https://scalameta.org/metals/docs/troubleshooting/proxy/ |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
passion123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the question! Any idea why those jars are not being downloaded? Is maven central available within your environment?
One possibility to work around it would be to install coursier locally and that should be picked up by Metals and there wouldn't be any need to download those jars directly. There might still be an issue when downloading the metals server jars if you're behind a proxy or need to use a custom repository to fetch artifacts.
There is a bit of infor about it in https://scalameta.org/metals/docs/troubleshooting/proxy/