Fix --version output

This commit is contained in:
bom 2024-08-23 09:11:10 +02:00
parent fcf602cc1b
commit 0cc5eab960

View file

@ -10,7 +10,8 @@
:target-path "target/%s/"
:source-paths ["src/main/cljc"
"src/main/clj"]
:resource-paths ["src/main/resources"]
:resource-paths ["src/main/resources"
"project.clj"]
:repositories [["snapshots" :clojars]
["releases" :clojars]]
:deploy-repositories [["snapshots" {:sign-releases false :url "https://clojars.org/repo"}]