Skip to content

Instantly share code, notes, and snippets.

@Opalo
Last active October 8, 2018 17:43
Show Gist options
  • Save Opalo/dac0b346166b01668ba9c14e6b1fa08d to your computer and use it in GitHub Desktop.
Save Opalo/dac0b346166b01668ba9c14e6b1fa08d to your computer and use it in GitHub Desktop.
println 'a'
task t1 {
doFirst {
println 'b'
}
}
println 'c'
task t2 << {
println 'd'
}
task t5 {
println 'e'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment