reifyhealth / lein-git-down

A Leiningen plugin for resolving dependencies from Git
MIT License
82 stars 6 forks source link

tools.gitlibs impl changes #45

Open puredanger opened 3 years ago

puredanger commented 3 years ago

Just FYI, this project monkeypatches some internals of tools.gitlibs, and those internals have changed in the 2.x releases. Namely, the implementation now shells out to git and does not use jgit/jsch at all. So, just a heads up that if you update to the newer releases you'll need to modify your implementation too.

manderson202 commented 3 years ago

Thanks Alex! Appreciate the heads up. And congrats on the release!

sanel commented 1 year ago

Hopefully addressed with https://github.com/reifyhealth/lein-git-down/pull/58