Update deps.edn on uberjar [skip ci]

This commit is contained in:
Michiel Borkent 2021-08-03 16:49:35 +02:00
parent 985079371c
commit 64fc58cd80
2 changed files with 2 additions and 1 deletions

View file

@ -50,7 +50,7 @@
"-Dclojure.compiler.direct-linking=true"] "-Dclojure.compiler.direct-linking=true"]
:main-opts ["-m" "babashka.profile"]} :main-opts ["-m" "babashka.profile"]}
:lib-tests :lib-tests
{:extra-paths ["process/src" "process/test"] {:extra-paths ["process/src" "process/test" "test-resources/lib_tests"]
:extra-deps {babashka/clj-http-lite :extra-deps {babashka/clj-http-lite
{:git/url "https://github.com/babashka/clj-http-lite" {:git/url "https://github.com/babashka/clj-http-lite"
:sha "f44ebe45446f0f44f2b73761d102af3da6d0a13e"} :sha "f44ebe45446f0f44f2b73761d102af3da6d0a13e"}

View file

@ -159,6 +159,7 @@ else
BABASHKA_LEIN_PROFILES+=",-feature/selmer" BABASHKA_LEIN_PROFILES+=",-feature/selmer"
fi fi
cp deps.edn resources/META-INF/babashka/deps.edn
if [ -z "$BABASHKA_JAR" ]; then if [ -z "$BABASHKA_JAR" ]; then
lein with-profiles "$BABASHKA_LEIN_PROFILES,+reflection,-uberjar" do run lein with-profiles "$BABASHKA_LEIN_PROFILES,+reflection,-uberjar" do run