api / org.gradle.process / ProcessForkOptions / copyTo

copyTo

abstract fun copyTo(options: ProcessForkOptions): ProcessForkOptions

Copies these options to the given target options.

Parameters

options - The target options

Return
this