args

abstract fun args(args: Array<Any>): JavaExecSpec(source)
abstract fun args(args: Iterable<out Any>): JavaExecSpec(source)

Adds args for the main class to be executed.

Return

this

Parameters

args

Args for the main class.