Skip to content

Commit

Permalink
fix clojars configuration, don't sign release
Browse files Browse the repository at this point in the history
  • Loading branch information
opqdonut committed Sep 16, 2021
1 parent ebca1d5 commit c08ff7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
:java-source-paths ["src/java"]
:plugins [[lein-codox "0.10.7"]
[lein-jmh "0.3.0"]]
:deploy-repositories [["releases" :clojars]]
:deploy-repositories [["releases" {:url "https://repo.clojars.org/"
:sign-releases false
:username :env/CLOJARS_USER
:password :env/CLOJARS_DEPLOY_TOKEN}]]
:codox {:source-uri "http://github.com/metosin/jsonista/blob/master/{filepath}#L{line}"
:output-path "doc"
:metadata {:doc/format :markdown}}
Expand Down

0 comments on commit c08ff7d

Please sign in to comment.