boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 179 forks source link

[aether] Enable Aether signing on deploy #708

Closed alexander-yakushev closed 5 years ago

alexander-yakushev commented 6 years ago

This is a straightforward fix for #705. I copied it from Leiningen, from here https://github.com/technomancy/leiningen/blob/c3de05b51f9ecdecc952625c18da3c7633836810/src/leiningen/deploy.clj#L234. If you want to enable it conditionally, or fix the push issue in some other way, feel free to iterate on the PR.