hello, does cljdoc currently works with projects using just deps.edn
?
@wilkerlucio that looks odd indeed, mind opening an issue pointing to this build / the deps tree in it and linking to your pom.xml?
sure
removed my project.clj
file, and getting this on the build: https://circleci.com/gh/cljdoc/builder/20916
I confirmed the core.async dep is present in the pom.xml
You need a pom.xml
file if you have a deps.edn
project (which you need if you are publishing a JAR from it).
I have plenty of deps.edn
projects that show up on http://cljdoc.org just fine -- feel free to take a look at any of them and see what's in the pom.xml
files.