api / org.gradle.process / JavaForkOptions / setSystemProperties

setSystemProperties

abstract fun setSystemProperties(properties: MutableMap<String, *>): Unit

Sets the system properties to use for the process.

Parameters

properties - The system properties. Must not be null.