Join Slack
Powered by
But then this becomes specific just for `install` ...
# kobalt
c
cedric
04/24/2017, 6:10 PM
But then this becomes specific just for
install
(remember you’re inside an
InstallConfig
. It would be nicer to make it more generic, e.g.
doFirst(task = "install") { ... }
but then you are basically inventing another mechanism on top of the existing
@Task
Open in Slack
Previous
Next