api / org.gradle.kotlin.dsl / org.gradle.api.Project / defaultTasks

defaultTasks

inline fun Project.defaultTasks(vararg tasks: Task): Unit

Sets the default tasks of this project. These are used when no tasks names are provided when starting the build.