withArguments

abstract fun withArguments(arguments: List<String>): GradleRunner(source)
abstract fun withArguments(arguments: Array<String>): GradleRunner(source)

Sets the build arguments.

Return

this

Parameters

arguments

the build arguments

See also