From d5d4dd5b4300d159f0f60bed85af8ec60a5c8330 Mon Sep 17 00:00:00 2001 From: Clemens Date: Wed, 17 Jul 2024 08:29:14 +0200 Subject: [PATCH] fix -v option --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ed3592e..39bdde4 100644 --- a/project.clj +++ b/project.clj @@ -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"}]