print version when building a JAR
This commit is contained in:
parent
c905853366
commit
dbbe40dc94
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@
|
||||||
|
|
||||||
(defn- jar-opts [opts]
|
(defn- jar-opts [opts]
|
||||||
(let [version (if (:snapshot opts) snapshot version)]
|
(let [version (if (:snapshot opts) snapshot version)]
|
||||||
|
(println "\nVersion:" version)
|
||||||
(assoc opts
|
(assoc opts
|
||||||
:lib lib :version version
|
:lib lib :version version
|
||||||
:jar-file (format "target/%s-%s.jar" lib version)
|
:jar-file (format "target/%s-%s.jar" lib version)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue