beryx / badass-runtime-plugin

Create a custom runtime image of your non-modular application
https://badass-runtime-plugin.beryx.org
Apache License 2.0
162 stars 21 forks source link

Set custom environment variables in run script? #134

Open meyercm opened 2 years ago

meyercm commented 2 years ago

I see the options for setting custom JVM args in the gradle configuration, but I was hoping to find something similar for setting environment variables for the app at startup. Am I overlooking an obvious option for accomplishing this?

hakanai commented 1 year ago

Looks like there is no support for it yet. Doesn't look like it would be hard to add if you wanted to take a go at it.