api / org.gradle.process / JavaForkOptions / systemProperty

systemProperty

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

Adds a system property to use for the process.

Parameters

name - The name of the property

value - The value for the property. May be null.

Return
this