api / org.gradle.process / JavaForkOptions / getSystemProperties

getSystemProperties

@Input abstract fun getSystemProperties(): MutableMap<String, Any>

Returns the system properties which will be used for the process.

Return
The system properties. Returns an empty map when there are no system properties.