nasser / nostrand

Clojure on Mono

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is no way to add gitlab dependencies

skydread1 opened this issue · comments

commented

Problem

We don't have a way to add public or private (using access token) gitlab dependency in the project.edn.

Suggestion

Add nostrand.nostrand.deps.gitlab.clj

In the project.edn we can have the dependency options like this :

[:gitlab loic/my-lib "master"
 :paths ["src"]
 :sha "08f78dec3po452272cr2d2eb2ea85778ff2ce1d6"
 :token "xxxxxxxxxxxxx"
 :domain "dev.hello.sg"
 :project-id "777"]