``` tasks.register("lightsaberAllCheck") { it.dependsOn(provider { tasks.withType(LightsaberTask::class.java) }) } ```