gilcloud / sbt-gitlab

sbt plugin to allow dependency resolution and artifact publishing for gitlab
Apache License 2.0
26 stars 20 forks source link

Automatically add GitLab resolvers #27

Closed azolotko closed 2 years ago

jperkelens commented 2 years ago

I think the merge of this PR is required in order to fix #21 and #18 as described in the maintainer's comments on the issue. Currently the Gitlab registry is only registered as a publishTo location but not as resolver to retrieve dependencies, forcing the user to manually add a separate resolver and supply separate credentials for reading rather than relying on the GitlabPlugin settings. Please merge this and publish a new version. Thanks.