api / org.gradle.process / JavaForkOptions / systemProperties

systemProperties

abstract fun systemProperties(properties: MutableMap<String, *>): JavaForkOptions

Adds some system properties to use for the process.

Parameters

properties - The system properties. Must not be null.

Return
this