Open pwhittin opened 3 years ago
I could repro this immediately after I updated, but now I cannot. I've tried downgrading & re-upgrading and still cannot reproduce.
I suspect this is a bug in clojure cli as you mentioned.
I believe something like "rm -rf ~/.m2" might allow reproduction.
From within an application directory, executing the following command:
results in the following output:
It seems the like clojure (Clojure CLI version 1.10.3.814) is not downloading the dependencies correctly.
The problem can be resolved by executing the following command:
which causes the dependencies to be downloaded.