Hmph. My analysis build does not find byte-sterams https://app.circleci.com/pipelines/github/cljdoc/builder/10569/workflows/8b25ebb0-ccec-4bf1-a1bf-c96a01100233/jobs/26946
oh, is this because the jar lacks the pom file?
this is what i get for trying to use deps.edn for library development 😞
@miikka that sounds like a potential reason. There’s a deps tree in the circle CI logs
yeah, it doesn't have any of my deps
@miikka there is nothing at all wrong with using deps.edn for your library dev, but you’ll want to include a pom.xml
https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/faq.md#how-do-i-set-scm-info-for-my-project.
Your initial pom.xml
, if you don’t have one can be generated via clojure -Spom
.
The https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-library-authors.adoc should be helpful. If anything is confusing/missing in there, feedback and clarifications are welcome.