jvmArgs

@get:Optional
@get:Input
abstract val jvmArgs: ListProperty<String>

Property to specify the extra arguments for JVM process. Default value is empty so JVM process will get no extra argument.