From 492939bd467cc1f3da2f7a7969abe4278fa40125 Mon Sep 17 00:00:00 2001 From: Thomas Crowley Date: Mon, 13 Jan 2025 15:51:06 +1100 Subject: [PATCH] rc10 --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 6d787dd..666320b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject io.factorhouse/kpow-streams-agent "1.0.0-rc9" +(defproject io.factorhouse/kpow-streams-agent "1.0.0-rc10" :description "Kpow's Kafka Streams monitoring agent" :url "https://github.com/factorhouse/kpow-streams-agent" :license {:name "Apache-2.0 License" @@ -48,7 +48,7 @@ [:goals [:goal "sign"]]])}]] :uberjar {:prep-tasks ["clean" "javac" "compile"] :aot :all} - :classifiers [["sources" {:source-paths ^:replace [] + :classifiers [["sources" {:source-paths ^:replace ["src/clojure"] :java-source-paths ^:replace ["src/java"] :resource-paths ^:replace ["javadoc"]}] ["javadoc" {:source-paths ^:replace []