Skip to content

Instantly share code, notes, and snippets.

@pallocchi
Created June 27, 2015 06:08
Show Gist options
  • Save pallocchi/1cc6d265a04cd611c1c5 to your computer and use it in GitHub Desktop.
Save pallocchi/1cc6d265a04cd611c1c5 to your computer and use it in GitHub Desktop.
Example for Gradle basic task.
task hello << {
println 'Hello world!'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment