api / org.gradle.api.tasks / TaskProvider / configure

configure

abstract fun configure(action: Action<in T>): Unit

Configures the task with the given action. Actions are run in the order added.

Parameters

action - A Action that can configure the task when required.

Since
4.8