Fork me on GitHub
#cljdoc
<
2020-04-30
>
wilkerlucio01:04:19

hello, does cljdoc currently works with projects using just deps.edn?

wilkerlucio01:04:33

removed my project.clj file, and getting this on the build: https://circleci.com/gh/cljdoc/builder/20916

wilkerlucio01:04:43

I confirmed the core.async dep is present in the pom.xml

martinklepsch10:04:24

@U066U8JQJ that looks odd indeed, mind opening an issue pointing to this build / the deps tree in it and linking to your pom.xml?

seancorfield01:04:27

You need a pom.xml file if you have a deps.edn project (which you need if you are publishing a JAR from it).

seancorfield01:04:14

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.