From 9c1a8b1baea742979d385f6aed75b4de27ad286b Mon Sep 17 00:00:00 2001 From: KKlochko Date: Thu, 5 Oct 2023 20:07:11 +0300 Subject: [PATCH] Add the java source path. --- project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/project.clj b/project.clj index b612dd7..ab703c5 100644 --- a/project.clj +++ b/project.clj @@ -8,6 +8,7 @@ [org.apache.tika/tika-core "1.28.5"] [org.apache.tika/tika-langdetect "1.28.5"]] :main ^:skip-aot cipher-analytical-machine.core + :java-source-paths ["src/main/java"] :target-path "target/%s" :profiles {:uberjar {:aot :all :jvm-opts ["-Dclojure.compiler.direct-linking=true"]}})