Fork me on GitHub
#tools-deps
<
2019-05-20
>
Aaron Cummings17:05:49

Is there a flag for clj to force a refresh from the Maven repos, similar to the -U flag on lein?

Alex Miller (Clojure team)17:05:49

there is an outstanding ticket for this

Alex Miller (Clojure team)17:05:47

one option is to wipe the portion of your ~/.m2/repository as that's where the cache of update times is held

Alex Miller (Clojure team)17:05:13

I'd recommend being as selective as possible in deleting parts of ~/.m2/repository

Aaron Cummings17:05:19

I did work around this with the 'mv /.m2 /.m2.to-be-removed' nuclear option. I'll try to find that ticket and upvote it.

Aaron Cummings18:05:20

Found it - TDEPS-62

Aaron Cummings20:05:16

(not sure if it makes sense to upvote in the old Jira)

Alex Miller (Clojure team)20:05:46

well it won't hurt, but also it won't help :)

Alex Miller (Clojure team)20:05:14

it's ok, I am aware of the issue and have a plan for it :)