leiningen

Alex Miller (Clojure team) 2021-08-29T12:58:19.003900Z

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

Alex Miller (Clojure team) 2021-08-29T12:59:02.004800Z

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

2021-08-29T03:56:38.002200Z

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

2021-08-29T03:57:47.002800Z

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