That’s what bothers me: `doFirst(task = "install")...
# kobalt
c
That’s what bothers me:
doFirst(task = "install") {}
is basically a shortcut for
@Task(dependsOn...) {}