tools-deps

Discuss tools.deps.alpha, tools.build, and the clj/clojure command-line scripts! See also #depstar #clj-new
alexmiller 2021-02-19T20:57:15.361500Z

https://clojure.org/releases/tools#v1.10.2.790 is now available • Add -version and --version options (same as java) • https://clojure.atlassian.net/browse/TDEPS-56 - Fix main-opts and jvm-opts word splitting on spaces (goodbye Corfield comma!) • https://clojure.atlassian.net/browse/TDEPS-125 - Use JAVA_CMD if set (thanks Gregor Middell!) • Add warning if `:paths` or `:extra-paths` refers to a directory outside the project root (in the future will become an error)

🎉 7