-
I am not sure what the right solution here would be, so I will explain my situation and perhaps someone can provide a workaround. I wrote a plugin that uses the AWS SDK to add a CodeArtifact repository as a resolver. In order to use the plugin, the user must have AWS Credentials available in some way (there are many ways). Unfortunately, metals doesn't seem to have access to them, or isn't providing them, which means any build that uses this plugin will not work. Happy to explain further. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Metals doesn't download any artifacts by itself (except Metals artifacts themselves) and everything should work normally via sbt. What is the exact issue you are encountering here? It would be useful to see at which point you are encountering an exception. |
Beta Was this translation helpful? Give feedback.
-
@bbstilson if your setup relies on specific environment variables you may find some hints in this thread - #2418 |
Beta Was this translation helpful? Give feedback.
@bbstilson if your setup relies on specific environment variables you may find some hints in this thread - #2418