Created
May 11, 2016 15:42
-
-
Save jethrokuan/c661941db97fa23c565e6f2e99b53c2c to your computer and use it in GitHub Desktop.
Shim for uberjar. Set :main to shim/-main, and only AOT shim.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns shim | |
(:gen-class)) | |
(defn -main [& argv] | |
(require 'my.app.entrypoint) | |
(apply (resolve 'my.app.entrypoint/-main) argv)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment