api / org.gradle.api.execution / TaskActionListener / beforeActions

beforeActions

abstract fun beforeActions(task: Task): Unit

This method is called immediately before the task starts performing its actions.

Parameters

task - The task which is to perform some actions.