Closed seancorfield closed 3 years ago
See https://clojure.org/guides/tools_build#_compiled_uberjar_application_build
Open question: should build-clj contain a single uber task that does the write-pom & copy-dir as well as the compile-clj & uber, or should it stay as close as possible to the tools.build guide?
build-clj
uber
write-pom
copy-dir
compile-clj
tools.build
The answer, per Alex on Slack: a single uber task that does all four steps.
Implemented in v0.2.0
See https://clojure.org/guides/tools_build#_compiled_uberjar_application_build
Open question: should
build-clj
contain a singleuber
task that does thewrite-pom
©-dir
as well as thecompile-clj
&uber
, or should it stay as close as possible to thetools.build
guide?