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. ๐
How long does Git import normally take? https://cljdoc.org/builds/21433 Showing as failed on the docs
Hmm, I wonder what cleared that
something definitely broke there ๐
looks like the SCM URL isnโt being detected as it shouldโฆ pom.xml on Clojars looks reasonable at a first glance
err nevermind
<scm>
<url/>
<tag>20f511304ddbee673dd2e0d8b2338389360f5749</tag>
<connection>scm:git:git@github.com:SevereOverfl0w/high.git</connection>
<developerConnection>scm:git:git@github.com:SevereOverfl0w/high.git</developerConnection>
</scm>
the missing url
field is the issueApparently we crossed 20k builds btw ๐