Slackbot
05/09/2022, 4:05 PMLuke Daley
05/09/2022, 10:51 PMLuke Daley
05/09/2022, 10:52 PMperformance/configuration …Luke Daley
05/09/2022, 10:52 PMLuke Daley
05/09/2022, 10:53 PMCreated immediately means that the task was not created lazily.Luke Daley
05/09/2022, 10:54 PMCreated during configuration these are the tasks that were realized during this script/plugin (i.e. what you are looking for). It’s not where they are registered, but where they are created/realized.Daan
05/10/2022, 7:41 AMVampire
05/10/2022, 7:49 AMDaan
05/10/2022, 7:50 AMDaan
05/10/2022, 7:55 AMallprojects {
tasks.configureEach {
println "${it.project.path}:${it.name} configured"
}
}Luke Daley
05/10/2022, 8:09 AM94 tasks created and 519 tasks created there. I’m not quite sure what you are referring to with “no script/plugin shows that it created/realized any task”.Daan
05/10/2022, 8:14 AMLuke Daley
05/10/2022, 8:16 AMDaan
05/31/2022, 4:06 PM