Fork me on GitHub
#tools-deps
<
2019-03-26
>
borkdude22:03:28

I’m getting a stale classpath for an alias with only one local/root dependency. I added a dependency to the local/root, but now I removed it. Yet clj -A:clj-kondo -Spath still reports it being there.

borkdude22:03:43

How/where can I clean this?

borkdude22:03:29

-Sforce did the trick

Alex Miller (Clojure team)22:03:19

Yeah, currently dep changes to local deps do not cause a recalc - need a force for that

Alex Miller (Clojure team)22:03:44

I have a solution for this but it’s a bit involved