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

omit source files

middlesphere opened this issue · comments

Hi!

Nice tool. How to omit source files in uberjar?
Analog in Leiningen
;; Leave the contents of :source-paths out of jars (for AOT projects).
:omit-source true

Thank you.

already implemented with key "--no-copy-source"