Fork me on GitHub
#cljdoc
<
2018-12-19
>
Marc O'Morain22:12:56

@martinklepsch I used cljdoc for the first time yesterday, it’s amazing. I love the integration with CircleCI builds.

Marc O'Morain22:12:34

I’m trying to build the 1.1.3-SNAPSHOT

Marc O'Morain22:12:23

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=""

Marc O'Morain22:12:44

I guess something is cached / hasn’t updated to see the new snapshot.

Marc O'Morain22:12:44

hrm, maybe it’s me doing a stupid

martinklepsch23:12:23

@marc-omorain CircleCI may cache snapshots resulting in what you’re seeing

martinklepsch23:12:21

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.

martinklepsch23:12:10

This issue came up multiple times now so it might be worth taking a closer look at how this could be solved 🙂