Skip to content

Instantly share code, notes, and snippets.

@gstech99
Created August 29, 2014 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gstech99/38f8ceca43f783186a2e to your computer and use it in GitHub Desktop.
Save gstech99/38f8ceca43f783186a2e to your computer and use it in GitHub Desktop.
Gradle 1.0 good helloWorld (8/29/14) laptop
task helloWorld << {
println 'hello, world!'
}
C:\DATA\Gradle>gradle helloWorld --stacktrace
:helloWorld
hello, world!
BUILD SUCCESSFUL
Total time: 4.006 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment