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 d8095b2 commit d18de78Copy full SHA for d18de78
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
with:
47
cli: latest
48
bb: latest
49
- lein: 2.9.8
+ lein: latest
50
51
- name: Build uberjar
52
shell: cmd
script/compile.clj
@@ -28,7 +28,7 @@
28
(println "Profiles:" lein-profiles)
29
(println "Reflection config:" refl-conf)
30
(shell "java -version")
31
- (shell (str "lein" (when windows? ".bat") " with-profiles")
+ (shell "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