Commit 7eb9e0c
committed
Introduce :launchpad/jvm-opts
Make sure we populate the internal :java-args from the above-mentioned
key, therefore allowing `deps.local.edn` to contain things that differ
from `deps.edn`.
Note that there is naming discrepancy as this patch sticks with the
official key - `:jvm-opts` rather than the internal name.
The behavior of appending to existing `:jvm-opts`, in order, has been
preserved as per the `tools.deps` built-in.1 parent 3d0cabf commit 7eb9e0c
3 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
254 | 257 | | |
255 | 258 | | |
256 | 259 | | |
| |||
0 commit comments