Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 657 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 657 Bytes

boot-ubermain

Experimental boot task for creating standalone uberjars without AOT and without exploding dependencies (or otherwise taxing the FileSet).

Clojars Project

Usage

$ boot -d org.clojure/clojure -d adzerk/boot-ubermain:1.0.0-SNAPSHOT ubermain -m clojure.main/repl
$ java -jar target/project.jar
clojure.core=>

License

Copyright © 2015 Adzerk

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.