@tony.kay interesting, seems to happen with rebuilds too but locally everything works fine.
@tony.kay I’ve looked into this some more but couldn’t find a good explanation yet. If you don’t mind it would be great to log an issue just to make sure we don’t lose this in Slack’s history limits.
Has been happening with a lot of my recent projects as well. Example: example: https://cljdoc.org/d/borkdude/edamame/0.0.10/doc/readme
https://circleci.com/gh/cljdoc/builder/16248 Checking out: https://github.com/cljdoc/codox at e0cd26910704c416611fc81f43f890a26861c221 Failed to read artifact descriptor for org.clojure:tools.reader:jar:1.3.2
Super weird, some googling seems to indicate caching issues but rerunning the CI job without cache produces the same result
ok, will do
Thanks for this issue @tony.kay https://github.com/cljdoc/cljdoc/issues/376 @jimmy @borkdude feel free to add your builds and anything else that seems relevant
added
Left a comment on the issues. Seems like it is because mavencentral moved to https and the builds are still trying to hit the http route.
Is that the same issue that was mentioned in cljs-dev?