gradle
8.6-rc-2
API
gradle
/
org.gradle.api
/
Task
/
setActions
set
Actions
API
abstract
fun
setActions
(
actions
:
List
<
Action
<
out
Any
>
>
)
(
source
)
Sets the sequence of
Action
objects which will be executed by this task.
Parameters
actions
The actions.