Skip to content

Instantly share code, notes, and snippets.

@Opalo
Created October 8, 2018 18:28
Show Gist options
  • Save Opalo/3634f90e6dd8adb8b17a194106e79e8f to your computer and use it in GitHub Desktop.
Save Opalo/3634f90e6dd8adb8b17a194106e79e8f to your computer and use it in GitHub Desktop.
task itMustRun {
doFirst {
println "It's running from start..."
}
doLast {
println "...to an end."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment