systemProperty

abstract fun systemProperty(name: String, @Nullable value: @Nullable 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.