withArguments

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

Sets the build arguments.

Return

this

Parameters

arguments

the build arguments

See also