configure

abstract fun configure(configureClosure: Closure): Task(source)

Applies the statements of the closure against this task object. The delegate object for the closure is set to this task.

Return

This task

Parameters

configureClosure

The closure to be applied (can be null).