@martinklepsch I used cljdoc for the first time yesterday, it’s amazing. I love the integration with CircleCI builds.
I’m having an issue building docs for a snapshot JAR: https://circleci.com/gh/martinklepsch/cljdoc-builder/8617#build-parameters/containers/0
I’m trying to build the 1.1.3-SNAPSHOT
I’ve released a second snaoshot in the last few minutes, which is ends with -2
in the final resolved JAR, but when the build runs on CCI I get this parameter:
CLJDOC_PROJECT_JAR="<https://repo.clojars.org/circleci/swot-clj/1.1.3-SNAPSHOT/swot-clj-1.1.3-20181219.215133-1.jar>"
I guess something is cached / hasn’t updated to see the new snapshot.
hrm, maybe it’s me doing a stupid
@marc-omorain CircleCI may cache snapshots resulting in what you’re seeing
This matches regular maven behavior in which snapshots are only refreshed every 24hrs. Perhaps there’s something we can do about this but not sure what that would be yet.
This issue came up multiple times now so it might be worth taking a closer look at how this could be solved 🙂