Skip to content

Commit

Permalink
rc10
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Jan 13, 2025
1 parent 071bef2 commit 492939b
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
@@ -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"
Expand Down Expand Up @@ -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 []
Expand Down

0 comments on commit 492939b

Please sign in to comment.