Added tooling to create a standalone binary, using one neat hack!
This commit is contained in:
parent
e97ace97c5
commit
a0a05786ae
4 changed files with 54 additions and 9 deletions
|
|
@ -25,7 +25,8 @@
|
|||
:main beowulf.core
|
||||
:plugins [[lein-cloverage "1.2.2"]
|
||||
[lein-codox "0.10.8"]
|
||||
[lein-environ "1.1.0"]]
|
||||
[lein-environ "1.1.0"]
|
||||
[lein-shell "0.5.0"]]
|
||||
:profiles {:jar {:aot :all}
|
||||
:uberjar {:aot :all}
|
||||
:dev {:resource-paths ["resources"]}}
|
||||
|
|
@ -36,6 +37,7 @@
|
|||
["clean"]
|
||||
["codox"]
|
||||
["uberjar"]
|
||||
;; ["shell" "resources/sh/builder.sh" ]
|
||||
["change" "version" "leiningen.release/bump-version"]
|
||||
["vcs" "commit"]]
|
||||
:target-path "target/%s"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue