We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c177444 commit aa184baCopy full SHA for aa184ba
project.clj
@@ -4,4 +4,9 @@
4
:license {:name "BSD"
5
:url "https://github.com/conormcd/clojure-test-junit-output/blob/master/LICENSE"}
6
:dependencies [[org.clojure/clojure "1.7.0"]
7
- [robert/hooke "1.3.0"]])
+ [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