File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 96
96
; ;
97
97
:jar {:replace-deps {seancorfield/depstar {:mvn/version " 2.0.193" }}
98
98
:exec-fn hf.depstar/jar
99
- :exec-args {:jar " target/test-doc-blocks .jar"
99
+ :exec-args {:jar " target/rewrite-clj .jar"
100
100
:jar-type :thin }}
101
101
102
102
:deploy {:replace-deps {slipset/deps-deploy {:mvn/version " 0.1.5" }}
103
103
:exec-fn deps-deploy.deps-deploy/deploy}
104
104
105
105
; ; usage: :deploy:remote - for Clojars
106
106
:remote {:exec-args {:installer :remote
107
- :artifact " target/test-doc-blocks .jar" }}
107
+ :artifact " target/rewrite-clj .jar" }}
108
108
109
109
; ; usage: :deploy:local - for local maven repo
110
110
:local {:exec-args {:installer :local
111
- :artifact " target/test-doc-blocks .jar" }}
111
+ :artifact " target/rewrite-clj .jar" }}
112
112
113
113
; ;
114
114
; ; Maintenance support
You can’t perform that action at this time.
0 commit comments