configure

open fun configure(closure: 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

Since

0.7

Parameters

configureClosure

The closure to be applied (can be null).