luchiniatwork / cambada

Packager for Clojure based on deps.edn (AKA tools.deps). Supporting jar, uberjar and GraalVM's native-image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clojure is always included in uberjar

xfthhxk opened this issue · comments

While this is unlikely a problem for most, it is possible to build an uberjar with lein that does not include Clojure. The one use case I do have is with flyway. Vendor drivers that also depend on other libs can be uberjarred and droped in flyway's lib directory so that you can run migrations from the command line.