Skip to content

Commit

Permalink
Need to specify where credentials are found
Browse files Browse the repository at this point in the history
  • Loading branch information
slipset committed Jan 28, 2021
1 parent 95e2ae6 commit 847f871
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
:distribution :repo
:comments "Same as Clojure"}
;; Emit warnings on all reflection calls.
:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password
:sign-releases true}]]

:global-vars {*warn-on-reflection* true}
:source-paths ["src/clojure"]
:java-source-paths ["src/java"]
Expand Down

0 comments on commit 847f871

Please sign in to comment.