Callum Rogers
03/21/2024, 1:37 PMCallum Rogers
03/21/2024, 1:38 PMJavi
03/21/2024, 1:46 PMCallum Rogers
03/21/2024, 1:53 PMJavi
03/21/2024, 1:55 PMCallum Rogers
03/21/2024, 1:56 PMJavi
03/21/2024, 1:58 PMCallum Rogers
03/21/2024, 1:58 PMCallum Rogers
03/21/2024, 1:59 PMCallum Rogers
03/21/2024, 1:59 PMJavi
03/21/2024, 1:59 PMAnze Sodja
03/21/2024, 3:13 PMgradle.taskGraph.whenReady {
allTasks.forEach {
// println("${it.name}: ${it.outputs.files.files}: ${it.taskDependencies.getDependencies(it)}")
// build task dependencies and check output conflicts
}
}
and then you would run some task that depends on all tasks as:
./gradlew taskDependsOnAll --dry-run
But yeah, I am not sure if that is enough.Vampire
03/22/2024, 11:26 AMAnze Sodja
03/22/2024, 2:54 PM