Results 2 comments of Steffen Pingel

You can also set default JVM options that get embedded in the startup script by adding this snippet to your build: ```groovy createMainStartScripts { defaultJvmOpts = [ '-Dconfig.resource=application.production.conf' ] }...