api / org.gradle.process / JavaForkOptions / getAllJvmArgs

getAllJvmArgs

@Internal abstract fun getAllJvmArgs(): MutableList<String>

Returns the full set of arguments to use to launch the JVM for the process. This includes arguments to define system properties, the minimum/maximum heap size, and the bootstrap classpath.

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