|
158 | 158 | (shell-quote-argument "[cider/cider-nrepl \"0.50.2\"]") |
159 | 159 | " -- update-in :plugins conj " |
160 | 160 | (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]") |
161 | | - " -- update-in :jvm-opts conj -Djdk.attach.allowAttachSelf" |
| 161 | + " -- update-in :jvm-opts conj '\"-Djdk.attach.allowAttachSelf\"'" |
162 | 162 | " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" |
163 | 163 | " -- repl :headless"))) |
164 | 164 |
|
|
172 | 172 | (shell-quote-argument "[cider/cider-nrepl \"0.50.2\"]") |
173 | 173 | " -- update-in :plugins conj " |
174 | 174 | (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]") |
175 | | - " -- update-in :jvm-opts conj -Djdk.attach.allowAttachSelf" |
| 175 | + " -- update-in :jvm-opts conj '\"-Djdk.attach.allowAttachSelf\"'" |
176 | 176 | " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" |
177 | 177 | " -- repl :headless"))) |
178 | 178 |
|
|
185 | 185 | (shell-quote-argument "[cider/cider-nrepl \"0.50.2\"]") |
186 | 186 | " -- update-in :plugins conj " |
187 | 187 | (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]") |
188 | | - " -- update-in :jvm-opts conj -Djdk.attach.allowAttachSelf" |
| 188 | + " -- update-in :jvm-opts conj '\"-Djdk.attach.allowAttachSelf\"'" |
189 | 189 | " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" |
190 | 190 | " -- repl :headless"))) |
191 | 191 |
|
|
226 | 226 | (shell-quote-argument "[cider/cider-nrepl \"0.50.2\"]") |
227 | 227 | " -- update-in :plugins conj " |
228 | 228 | (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]") |
229 | | - " -- update-in :jvm-opts conj -Djdk.attach.allowAttachSelf" |
| 229 | + " -- update-in :jvm-opts conj '\"-Djdk.attach.allowAttachSelf\"'" |
230 | 230 | " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" |
231 | 231 | " -- repl :headless"))) |
232 | 232 |
|
|
262 | 262 | (shell-quote-argument "[cider/cider-nrepl \"0.50.2\"]") |
263 | 263 | " -- update-in :plugins conj " |
264 | 264 | (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]") |
265 | | - " -- update-in :jvm-opts conj -Djdk.attach.allowAttachSelf" |
| 265 | + " -- update-in :jvm-opts conj '\"-Djdk.attach.allowAttachSelf\"'" |
266 | 266 | " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" |
267 | 267 | " -- repl :headless"))) |
268 | 268 | (it "can concat in a boot project" |
|
345 | 345 | (shell-quote-argument "[cider/cider-nrepl \"0.50.2\"]") |
346 | 346 | " -- update-in :plugins conj " |
347 | 347 | (shell-quote-argument "[mx.cider/lein-enrich-classpath \"1.19.3\"]") |
348 | | - " -- update-in :jvm-opts conj -Djdk.attach.allowAttachSelf" |
| 348 | + " -- update-in :jvm-opts conj '\"-Djdk.attach.allowAttachSelf\"'" |
349 | 349 | " -- update-in :middleware conj cider.enrich-classpath.plugin-v2/middleware" |
350 | 350 | " -- repl :headless")))) |
351 | 351 |
|
|
0 commit comments