addArguments

abstract fun addArguments(arguments: Array<String>): T(source)
abstract fun addArguments(arguments: Iterable<String>): T(source)

Appends new command line arguments to the existing list. Useful mostly for running tasks via .

Since

5.0