Replies: 2 comments 4 replies
-
Thanks for the question! You can add the Bloop plugin manually and run We should improve the support for proxies and mirrors. Most likely it should be something that we include in the settings itself. It would be super useful if you could explain how gradle proxies are defined. Is it via simple java properties? |
Beta Was this translation helpful? Give feedback.
-
Definitely, I will try to get an issue opened this evening.
… On Feb 17, 2021, at 12:21 PM, Tomasz Godzik ***@***.***> wrote:
We should most likely add repositories to the init script, but not sure exactly how to make it work. We do have custom repositories setting, which we could most likely use - we would need to translate it from the coursier land. Would you mind opening an issue?
Otherwise, your current workaround is probably best.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#2474 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABVFVWTPYSRFDO5OVV7WA53S7QCKDANCNFSM4XABWBNA>.
|
Beta Was this translation helpful? Give feedback.
-
Hello
When attempting to import a gradle project with metals in visual studio code, it seems metals generates a custom init-script with the bloop dependency setting the build script repository to maven central and attempts to run bloopInstall. At my work we are behind a corporate proxy and do not have direct access to maven central repository from our machines. We are forced to use artifactory to proxy in artifacts. I already have the proper repository and bloop dependency setup in our build.gradle. Is there any way to keep metals from trying to force this by creating and setting a --init-script when I import a project?
Beta Was this translation helpful? Give feedback.
All reactions