Fork me on GitHub
#boot
<
2017-11-30
>
iaint14:11:51

how would I define a system property (the equivalent of java -Dfoo=bar) to a 'boot run' (I'd like it to be dynamic, so setting it in build.boot with System/setProperty isn't ideal)

iaint14:11:15

nvm BOOT_JVM_OPTIONS="-Dfoo=bar" boot run seems to do the trick