Skip to content

Commit

Permalink
build-jar
Browse files Browse the repository at this point in the history
- Add Created jar-file output to build.clj.
  • Loading branch information
wdhowe committed Feb 9, 2024
1 parent 10eb7c6 commit dc00689
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
(b/copy-dir {:src-dirs ["resources" "src"]
:target-dir (:class-dir project)})
(println "\nBuilding JAR" (:jar-file opts) "...")
(b/jar opts))
(b/jar opts)
(println (format "Created %s" (:jar-file opts))))
opts)

(defn deploy
Expand Down

0 comments on commit dc00689

Please sign in to comment.