seancorfield / build-clj

Common build tasks abstracted into a library.
Apache License 2.0
154 stars 10 forks source link

Add uber task #3

Closed seancorfield closed 3 years ago

seancorfield commented 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?

seancorfield commented 3 years ago

The answer, per Alex on Slack: a single uber task that does all four steps.

seancorfield commented 3 years ago

Implemented in v0.2.0