Skip to content

Commit

Permalink
Rename build jar file
Browse files Browse the repository at this point in the history
Co-authored-by: @ghrpp <[email protected]>
  • Loading branch information
KGOH and ApricotLace committed Sep 6, 2021
1 parent 988d604 commit baf9fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(def version (format "1.2.%s" (b/git-count-revs nil)))
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def uber-file (format "target/%s-%s-standalone.jar" (name lib) version))
(def uber-file (format "target/zen-fhir-standalone.jar" (name lib) version))

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

0 comments on commit baf9fef

Please sign in to comment.