Skip to content

Instantly share code, notes, and snippets.

@asvid
Last active September 18, 2018 20:36
Show Gist options
  • Select an option

  • Save asvid/333e15745d74b47685ba80eba18d8cda to your computer and use it in GitHub Desktop.

Select an option

Save asvid/333e15745d74b47685ba80eba18d8cda to your computer and use it in GitHub Desktop.
task someRandomTask {
group = "random_tasks"
println "this will always print"
doLast {
println "this will be printed when task runs explicitly"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment