Fork me on GitHub
#cljdoc
<
2019-10-31
>
martinklepsch12:10:11

We just deployed @holyjak’s latest work on our own /versions endpoint to be used by Dash. This will allow Dash to also properly work with artifacts that are deployed to Maven Central and not just with the ones that are on Clojars. 🎉

🎉 16
dominicm22:10:17

How long does Git import normally take? https://cljdoc.org/builds/21433 Showing as failed on the docs

martinklepsch22:10:22

something definitely broke there 😄

martinklepsch22:10:13

looks like the SCM URL isn’t being detected as it should… pom.xml on Clojars looks reasonable at a first glance

martinklepsch22:10:22

<scm>
    <url/>
    <tag>20f511304ddbee673dd2e0d8b2338389360f5749</tag>
    <connection>scm:git:[email protected]:SevereOverfl0w/high.git</connection>
    <developerConnection>scm:git:[email protected]:SevereOverfl0w/high.git</developerConnection>
  </scm>
the missing url field is the issue

dominicm08:11:29

Hmm, I wonder what cleared that

martinklepsch22:10:46

Apparently we crossed 20k builds btw 😄

aw_yeah 12