Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add project files to the uberjar first, then dependencies
since duplicates are skipped, add the project files to the uberjar first, so that they always win the war of the duplicates. for instance, MANIFEST.MF from clojure would previously have been added before MANIFEST.MF from the project's jar, making :main not work.
- Loading branch information