Closed meszarosotto closed 1 year ago
Just upgraded to 0.1.2 and found that the local sbt commands are not working. To get this problem you need neither env variables nor TaksKeys. To reproduce this problem:
0.1.2
unset CI_PROJECT_ID unset CI_GROUP_ID unset CI_JOB_TOKEN unset CI_SERVER_HOST
and remove all sbt-gitlab TaskKey variable, just add the plugin to your project.
remove all sbt-gitlab TaskKey
sbt compile will throw Exception (and stuck basically)
sbt compile
[error] (headerAuthHandler) java.util.NoSuchElementException: None.get
Created a PR which closes this Issue after merged. Please see https://github.com/gilcloud/sbt-gitlab/pull/38
issue fixed with merged PR
Just upgraded to
0.1.2
and found that the local sbt commands are not working. To get this problem you need neither env variables nor TaksKeys. To reproduce this problem:and
remove all sbt-gitlab TaskKey
variable, just add the plugin to your project.sbt compile
will throw Exception (and stuck basically)