Skip to content

Commit

Permalink
revert to resource-paths specification
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Jan 14, 2025
1 parent 14c7c00 commit 4294d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
[:goals [:goal "sign"]]])}]]
:uberjar {:prep-tasks ["clean" "javac" "compile"]
:aot :all}
:profiles {:mvn-deploy {:resource-paths ["src/clojure"]}
:kaocha {:dependencies [[lambdaisland/kaocha "1.91.1392"]]}
:profiles {:kaocha {:dependencies [[lambdaisland/kaocha "1.91.1392"]]}
:dev {:resource-paths ["dev-resources"]
:plugins [[lein-cljfmt "0.9.2"]]
:dependencies [[org.slf4j/slf4j-api "2.0.16"]
Expand All @@ -63,4 +62,5 @@
"fmtfix" ["with-profile" "+smoke" "cljfmt" "fix"]}
:javac-options ["-target" "1.8" "-source" "1.8" "-Xlint:-options"]
:java-source-paths ["src/java"]
:resource-paths ["src/clojure"]
:source-paths ["src/clojure"])

0 comments on commit 4294d1b

Please sign in to comment.