Skip to content

Commit d18de78

Browse files
committed
lein
1 parent d8095b2 commit d18de78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
cli: latest
4848
bb: latest
49-
lein: 2.9.8
49+
lein: latest
5050

5151
- name: Build uberjar
5252
shell: cmd

script/compile.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
(println "Profiles:" lein-profiles)
2929
(println "Reflection config:" refl-conf)
3030
(shell "java -version")
31-
(shell (str "lein" (when windows? ".bat") " with-profiles")
31+
(shell "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)