tools.decompiler icon indicating copy to clipboard operation
tools.decompiler copied to clipboard

Build from clj

Open dpsutton opened this issue 3 years ago • 0 comments

Build from the clojure cli:

compile the java agent class:

clojure -T:build compile or when consuming as a dep, the standard clojure -T:deps prep should work

build a jar

clojure -T:build jar

dpsutton avatar Aug 28 '21 16:08 dpsutton