systemProperties

abstract fun systemProperties(properties: Map<String, out @Nullable Any>): JavaForkOptions(source)

Adds some system properties to use for the process.

Return

this

Parameters

properties

The system properties. Must not be null.