I\'m likely overlooking something pretty core/obvious, but how can I create a task that will always be executed for every task/target?
I can do something like:
What's wrong with invoking it straight from the root build.gradle?
build.gradle
task init << { println "I always run" } tasks.init.execute()