withDebug

abstract fun withDebug(flag: Boolean): GradleRunner(source)

Sets whether debugging support is enabled.

Return

this

Since

2.9

Parameters

flag

the debug flag

See also