1 2 3 4 5
// project.tasks.register("sayHello", task => { // task.doFirst(task => { // logger.info(`saying hello from ${task}`) // }) // })