systemProperty

abstract fun systemProperty(name: String, value: Any): JavaForkOptions(source)

Adds a system property to use for the process.

Return

this

Parameters

name

The name of the property

value

The value for the property. May be null.