api / org.gradle.process / JavaForkOptions / getJvmArgs

getJvmArgs

@Optional @Input abstract fun getJvmArgs(): MutableList<String>

Returns the extra arguments to use to launch the JVM for the process. Does not include system properties and the minimum/maximum heap size.

Return
The arguments. Returns an empty list if there are no arguments.