From 55012bb6a1f482d25841cb3b932accae37b522ed Mon Sep 17 00:00:00 2001 From: Eugen Stan Date: Tue, 5 Mar 2024 14:09:51 +0200 Subject: [PATCH] Add resources to classpath Hopefully it will fix clj-kondo issue in https://github.com/tolitius/mount/pull/130 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 581a0b5..7d36120 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} - :source-paths ["src"] + :source-paths ["src" "resources"] :dependencies [] ;; for visual clarity