We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635a1bf commit 9fc5516Copy full SHA for 9fc5516
script/compile.clj
@@ -27,8 +27,8 @@
27
version (str/trim (slurp "resources/POD_BABASHKA_SQL_VERSION"))]
28
(println "Profiles:" lein-profiles)
29
(println "Reflection config:" refl-conf)
30
- (shell "java -version")
31
- (shell "lein" "with-profiles"
+ (shell {:extra-env {"PATH" path}} "java -version")
+ (shell {:extra-env {"PATH" path}} "lein" "with-profiles"
32
lein-profiles "do" "clean," "uberjar")
33
(let [pod-name (str "pod-babashka-" pod-db-type)
34
jar (format "target/pod-babashka-sql-%s-standalone.jar" version)
0 commit comments