Fork me on GitHub
#leiningen
<
2021-08-29
>
noisesmith03:08:38

I've never seen a situation where an artifact can't be found by lein,, but manually using another resolver to cache the artifact fixed it - lein is looking for an artifact with a specific tag (RELEASE), and reagent-frontend/lein-template isn't offering anything with that tag

noisesmith03:08:47

also, why did it only check your local cache, and not search maven or clojars?

Alex Miller (Clojure team)12:08:19

RELEASE depends on being able to read repository metadata files, which are not always available or up to date

Alex Miller (Clojure team)12:08:02

(Common problem with s3 repos, although I doubt that’s relevant here)