There is no built-in support for this, at least not yet.
But you can for example register three tasks, one that creates a windows JVM image, one that creates a linux JVM image, and one that creates a mac JVM image and then configure the application distribution to include those JVM images in the distributable archive, and modify the start scripts to use these packaged JVM images, either by manipulating the generated start scripts or by using own templates for the start scripts generation task.
1 Like