tools-deps

Discuss tools.deps.alpha, tools.build, and the clj/clojure command-line scripts! See also #depstar #clj-new
2020-11-19T15:24:55.461700Z

Hi!

2020-11-19T15:26:04.462700Z

Is it possible to use :local/root with a local Java library ?

alexmiller 2020-11-19T15:31:09.463200Z

only if you independently compile the .java files into .class and include the class dir as a source path

2020-11-19T15:37:14.464400Z

Perfect, that's what I thought. Thanks