Skip to content

Commit

Permalink
Fixed jar name again
Browse files Browse the repository at this point in the history
  • Loading branch information
janetacarr committed Jan 16, 2024
1 parent 0687da5 commit 6f8f14b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
(:require [clojure.tools.build.api :as b]))

(def lib 'com.janetacarr/quadtree-cljc)
(def version "0.1.3")
(def version "0.1.4")
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file (format "target/%s-%s-standalone.jar" (name lib) version))
(def jar-file (format "target/%s-%s.jar" lib version))

(defn clean [_]
(b/delete {:path "target"}))
Expand Down

0 comments on commit 6f8f14b

Please sign in to comment.