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.
@seancorfield it needs to go into the pom.xml
with :scope "provided"
or :scope "test"
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?
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.