lilactown / plum

Eclipse Public License 2.0
22 stars 2 forks source link

Added support for -M switch if the clojure command line tools version is 1.10.1.697 or newer #9

Closed mvarela closed 3 years ago

mvarela commented 3 years ago

Since release 1.10.1.697 of the command line tools, the -M switch should be used to specify main exec options. When using -A, a warning is emitted.

This version check picks the correct switch to use based on the installed version of the command line tools. My bash-fu is not so strong, so there may be a nicer way to check this, but this works as intended in any case.

lilactown commented 3 years ago

Awesome, thanks!

mvarela commented 3 years ago

Thank you for this awesome little tool!