Welcome! Please see the About page for a little more info on how this works.

0 votes
in Clojure CLI by
retagged by

clojure.tools.tools.api/install-latest (and clojure.tools.tools.api/install-1) don't pass the coord returned by clojure.tools.deps.tool/resolve-tool to clojure.tools.deps.extensions/find-all-versions.

This means it will never find versions for git libs hosted anywhere that isn't supported by clojure.tools.deps.extensions.git/auto-git-url.

It would be great if this was changed to support updating tools from non-standard git hosts.

by
Can you give an example of self-hosted git url that you are talking about?
by
In our case it's `git@gitlab.int.companyname.com:group/group/project.git`

1 Answer

0 votes
by
...