Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: gilcloud/sbt-gitlab

Tags

v0.1.2

Toggle v0.1.2's commit message
Added support for sbt 1.7.0

0.0.6

Toggle 0.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removed allRequirements on publishTrigger (#8)

* Removed allRequirements on publishTrigger

* Updated gitlabDomain to utilize gitlab CI env var

* added some documentation and updated .gitignore

* re-enabled autoTrigger and scoped plugin settings to the publish command only

* Minor refacotring to make change more readable

0.0.5

Toggle 0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use an interceptor and add support for self hosted gitlab (#5)

* interceptor auth and private repos (#4)

* Add Interceptor allow CI auto generation of credentials and use credential file for local dev

* make sure we can support privately hosted repos

Co-authored-by: Kevin Wright <[email protected]>

* update version

* added install instructions

* updating sbt with more useful info

* Update README.md

* Update README.md

* gitlabGroupId setting key added (#6)

* gitlabGroupId setting key added

* debug loglevel

Co-authored-by: Kevin Wright <[email protected]>
Co-authored-by: Andrey Kovbovich <[email protected]>