Skip to content

Commit 9fc5516

Browse files
committed
Build using JVM 25
1 parent 635a1bf commit 9fc5516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/compile.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
version (str/trim (slurp "resources/POD_BABASHKA_SQL_VERSION"))]
2828
(println "Profiles:" lein-profiles)
2929
(println "Reflection config:" refl-conf)
30-
(shell "java -version")
31-
(shell "lein" "with-profiles"
30+
(shell {:extra-env {"PATH" path}} "java -version")
31+
(shell {:extra-env {"PATH" path}} "lein" "with-profiles"
3232
lein-profiles "do" "clean," "uberjar")
3333
(let [pod-name (str "pod-babashka-" pod-db-type)
3434
jar (format "target/pod-babashka-sql-%s-standalone.jar" version)

0 commit comments

Comments
 (0)