launchpad icon indicating copy to clipboard operation
launchpad copied to clipboard

Introduce :launchpad/jvm-opts

Open arichiardi opened this issue 10 months ago • 1 comments

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.

arichiardi avatar May 27 '25 19:05 arichiardi

Can't you already do this?

:launchpad/options {:java-args [...]}

plexus avatar Sep 25 '25 08:09 plexus