api / org.gradle.process / JavaForkOptions / jvmArgs

jvmArgs

abstract fun jvmArgs(arguments: MutableIterable<*>): JavaForkOptions

Adds some arguments to use to launch the JVM for the process.

Parameters

arguments - The arguments. Must not be null.

Return
this

abstract fun jvmArgs(vararg arguments: Any): JavaForkOptions

Adds some arguments to use to launch the JVM for the process.

Parameters

arguments - The arguments.

Return
this