tools-deps

Discuss tools.deps.alpha, tools.build, and the clj/clojure command-line scripts! See also #depstar #clj-new
practicalli-john 2021-01-16T18:16:06.084500Z

@chase-lambert Version 1.10.1.697 is the magic number when the flags change... but Alex put some nice fixes in since then so use the latest version from http://Clojure.org Getting Started page. Here is a crib sheet of tasks I use and where their definitions come from http://practicalli.github.io/clojure/clojure-tools/using-clojure-tools.html#common-tasks-for-clojure-development

practicalli-john 2021-01-16T18:17:07.084700Z

If you get problems, delete any .cache directories

practicalli-john 2021-01-16T18:18:19.084900Z

The Linux installer will install which ever version you install to the same place, so you only ever have one version installed (the last one you installed with the linux install script) clojure -Sdescribe to see what version is being used

seancorfield 2021-01-16T19:26:24.085200Z

Instead of deleting .cpcache (not .cache), it's better to use -Sforce as a one-off to tell the CLI to recompute the cache for that specified set of aliases and dependencies etc.

1👍