Skip to content

Commit

Permalink
remove deploy alias
Browse files Browse the repository at this point in the history
  • Loading branch information
somecho committed Jul 2, 2023
1 parent 6045265 commit e2413da
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,4 @@
:aliases
{:build {:extra-deps {io.github.clojure/tools.build {:mvn/version "0.9.4"}
slipset/deps-deploy {:mvn/version "RELEASE"}}
:ns-default build}
:deploy {:extra-deps {slipset/deps-deploy {:mvn/version "0.2.1"}}
:exec-fn deps-deploy.deps-deploy/deploy
:exec-args {:installer :remote
:sign-releases? false
:artifact "target/depo-0.0.7.jar"}}}}
:ns-default build}}}

0 comments on commit e2413da

Please sign in to comment.