Created
October 30, 2015 07:59
-
-
Save Opalo/e92101a0bc3e30821d29 to your computer and use it in GitHub Desktop.
Calling execute on a task.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task t1 << { | |
println 't1' | |
} | |
task t2 << { | |
t1.execute() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment