-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeps.edn
14 lines (12 loc) · 939 Bytes
/
deps.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{:deps {org.clojure/clojure {:mvn/version "1.10.3"}
io.github.FieryCod/holy-lambda {:git/sha "dcbcb298a6b755bf6ef6011ba029ef3d0c4b7768"}
com.github.clj-easy/graal-build-time {:mvn/version "0.1.4"}
com.company.lambda_steps/exceptions {:local/root "exceptions/build/libs/exceptions-1.0.jar"}}
:paths ["src" "resources"]
:aliases {:uberjar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.1.303"}}
:exec-fn hf.depstar/uberjar
:exec-args {:aot ["com.company.lambda-steps.core"]
:main-class "com.company.lambda-steps.core"
:jar ".holy-lambda/build/output.jar"
:jvm-opts ["-Dclojure.compiler.direct-linking=true"
"-Dclojure.spec.skip-macros=true"]}}}}