Fork me on GitHub
#cljdoc
<
2021-06-08
>
seancorfield15:06:10

I need a bit of help debugging a doc build failure: https://app.circleci.com/pipelines/github/cljdoc/builder/19747/workflows/db0e14e1-b007-454d-bed9-8a42f4bf26b8/jobs/36122/steps — The deps.edn file has https://github.com/clojure-expectations/clojure-test/blob/develop/deps.edn#L12 but I’m hazy on how to activate it so cljdoc can find the ns during (cljs) expansion.

martinklepsch16:06:18

@seancorfield it needs to go into the pom.xml with :scope "provided" or :scope "test"

martinklepsch17:06:59

Given the popularity of deps.edn I’d be happy to consider supporting them. People don’t currently include deps.edn inside their jars do they?

seancorfield17:06:32

No they don’t. Thanks for the pointer to pom.xml. I’ll cut a new Alpha build of that lib later this week and see how it goes.

👍 3