Skip to content

Instantly share code, notes, and snippets.

@Opalo
Created October 30, 2015 07:59
Show Gist options
  • Save Opalo/e92101a0bc3e30821d29 to your computer and use it in GitHub Desktop.
Save Opalo/e92101a0bc3e30821d29 to your computer and use it in GitHub Desktop.
Calling execute on a task.
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