Skip to content

Commit aa184ba

Browse files
committed
Make Clojars deployment work.
1 parent c177444 commit aa184ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

project.clj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44
:license {:name "BSD"
55
:url "https://github.com/conormcd/clojure-test-junit-output/blob/master/LICENSE"}
66
:dependencies [[org.clojure/clojure "1.7.0"]
7-
[robert/hooke "1.3.0"]])
7+
[robert/hooke "1.3.0"]]
8+
:pedantic? :abort
9+
:deploy-repositories ^:replace [["clojars" {:url "https://clojars.org/repo"
10+
:username [:gpg :env/clojars_username]
11+
:password [:gpg :env/clojars_password]
12+
:sign-releases false}]])

0 commit comments

Comments
 (0)