gilcloud / sbt-gitlab

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

fix None.get #38

Closed meszarosotto closed 1 year ago

meszarosotto commented 1 year ago

Refactor publishTo to add conditional logic for Gitlab project and group IDs. If gitlabProjectId is present, publishTo will be set to the project Maven repository URL. If not, but gitlabGroupId is present, publishTo will be set to the group Maven repository URL.