File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,12 @@ jobs:
134
134
- run :
135
135
name : Running tests with inlined deps
136
136
command : make test
137
+ - run :
138
+ name : Exercise jarring
139
+ command : make jar
140
+ - run :
141
+ name : Verify that jarring includes the plugin
142
+ command : grep --silent "refactor_nrepl/plugin.clj" <(zipinfo -1 target/refactor-nrepl-*.jar)
137
143
138
144
# #####################################################################
139
145
#
Original file line number Diff line number Diff line change @@ -40,5 +40,8 @@ release:
40
40
deploy : .inline-deps
41
41
lein with-profile -user,+$(VERSION ) ,+plugin.mranderson/config deploy clojars
42
42
43
+ jar : .inline-deps
44
+ lein with-profile -user,+$(VERSION ) ,+plugin.mranderson/config jar
45
+
43
46
install : .inline-deps
44
47
lein with-profile -user,+$(VERSION ) ,+plugin.mranderson/config install
You can’t perform that action at this time.
0 commit comments