Update deps.edn on uberjar [skip ci]
This commit is contained in:
parent
985079371c
commit
64fc58cd80
2 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
"-Dclojure.compiler.direct-linking=true"]
|
||||
:main-opts ["-m" "babashka.profile"]}
|
||||
:lib-tests
|
||||
{:extra-paths ["process/src" "process/test"]
|
||||
{:extra-paths ["process/src" "process/test" "test-resources/lib_tests"]
|
||||
:extra-deps {babashka/clj-http-lite
|
||||
{:git/url "https://github.com/babashka/clj-http-lite"
|
||||
:sha "f44ebe45446f0f44f2b73761d102af3da6d0a13e"}
|
||||
|
|
|
|||
|
|
@ -159,6 +159,7 @@ else
|
|||
BABASHKA_LEIN_PROFILES+=",-feature/selmer"
|
||||
fi
|
||||
|
||||
cp deps.edn resources/META-INF/babashka/deps.edn
|
||||
|
||||
if [ -z "$BABASHKA_JAR" ]; then
|
||||
lein with-profiles "$BABASHKA_LEIN_PROFILES,+reflection,-uberjar" do run
|
||||
|
|
|
|||
Loading…
Reference in a new issue