Added tooling to create a standalone binary, using one neat hack!

This commit is contained in:
Simon Brooke 2026-04-03 14:17:55 +01:00
parent e97ace97c5
commit a0a05786ae
4 changed files with 54 additions and 9 deletions

View file

@ -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"