Skip to content

Instantly share code, notes, and snippets.

@georgik
Created May 10, 2014 17:11
Show Gist options
  • Save georgik/71663c6d8d4e01783733 to your computer and use it in GitHub Desktop.
Save georgik/71663c6d8d4e01783733 to your computer and use it in GitHub Desktop.
task helloFromGist() {
description "Say Hello! Code stored as gist at Github."
doLast {
println "Hello from gist!"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment