Skip to content

Commit

Permalink
version "1-alpha1"
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Dec 15, 2024
1 parent 43385c8 commit 4f033be
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
opts)

(defn deploy "Deploy the JAR to Clojars." [opts]
(let [{:keys [jar-file] :as opts} (jar-opts opts)]
(dd/deploy {:installer :remote :artifact (b/resolve-path jar-file)
:pom-file (b/pom-path (select-keys opts [:lib :class-dir]))}))
opts)
(let [{:keys [jar-file] :as opts} (jar-opts opts)]
(dd/deploy {:installer :remote :artifact (b/resolve-path jar-file)
:pom-file (b/pom-path (select-keys opts [:lib :class-dir]))}))
opts)

0 comments on commit 4f033be

Please sign in to comment.