Skip to content

Commit

Permalink
Add deps.deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
slipset committed Mar 15, 2020
1 parent dbcb9d2 commit 28de8f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deps.edn
Expand Up @@ -4,4 +4,7 @@
org.ow2.asm/asm-all {:mvn/version "5.2"}}
:aliases {:eastwood {:main-opts ["-m" "eastwood.lint" "{:parallel?,:naive,:source-paths,[\"src\"]}"]}
:ancient {:main-opts ["-m" "deps-ancient.deps-ancient"]
:extra-deps {deps-ancient {:mvn/version "RELEASE"}}}}}
:extra-deps {deps-ancient {:mvn/version "RELEASE"}}}
:deploy {:extra-deps {deps-deploy {:mvn/version "RELEASE"}}
:main-opts ["-m" "deps-deploy.deps-deploy" "deploy"
"target/eastwood-0.3.11.jar"]}}}

0 comments on commit 28de8f5

Please sign in to comment.