I noticed the Java Main supports passing arguments through this environment variable. ``` JBP_CONFIG_JAVA_MAIN: '[arguments: " -console -p $PORT " ]' ``` How do we achieve the same thing with distZip?
I noticed the Java Main supports passing arguments through this environment variable.
How do we achieve the same thing with distZip?