diff --git a/project.clj b/project.clj index c1b282a..7329432 100644 --- a/project.clj +++ b/project.clj @@ -22,7 +22,7 @@ [medley "1.4.0"] [slingshot "0.12.2"]] :repl-options {:init-ns user} - :java-source-paths ["src"] + :java-source-paths ["src" "resources"] :javac-options ["-target" "11" "-source" "11"] :eastwood {:add-linters [:unused-namespaces]} diff --git a/resources/clj-kondo.exports/io.github.manetu/temporal-sdk/config.edn b/resources/clj-kondo.exports/io.github.manetu/temporal-sdk/config.edn new file mode 100644 index 0000000..27f04bf --- /dev/null +++ b/resources/clj-kondo.exports/io.github.manetu/temporal-sdk/config.edn @@ -0,0 +1,2 @@ +{:lint-as {temporal.workflow/defworkflow clojure.core/defn + temporal.activity/defactivity clojure.core/defn}}