Slackbot
09/08/2023, 3:15 PMVampire
09/08/2023, 3:20 PMfindByName which is bad anyway, as it prevents task configuration avoidance.
Better do
tasks
.matching { it.name == "kspKotlinIosSimulatorArm64" }
.configureEach { finalizedBy("myTask") }Guilherme Delgado
09/08/2023, 3:24 PMVampire
09/08/2023, 3:26 PMfinalizedBy(":myTask")
I guess.
But that is a bit smelly 🙂Guilherme Delgado
09/08/2023, 3:29 PMVampire
09/08/2023, 3:31 PM:module:kspKotlinIosSimulatorArm64 should be finalized by a task in :.
Maybe it is ok, but heavily depends on the details, just feels wrong instantly.
And a "module with helper tasks" also does not really sound idiomatic. 😄Guilherme Delgado
09/08/2023, 3:33 PMGuilherme Delgado
09/08/2023, 3:34 PM