Skip to content

Instantly share code, notes, and snippets.

@krunal3kapadiya
Created January 27, 2017 11:21
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 krunal3kapadiya/03017060df23967f6f8c49c75200f9fb to your computer and use it in GitHub Desktop.
Save krunal3kapadiya/03017060df23967f6f8c49c75200f9fb to your computer and use it in GitHub Desktop.
hello to gradle
task hello {
description "Hey MADMeetup! Don't say I like your presentation, love it :D"
group "Mumbai Android Developers"
doLast {
println description
println group
println "Hello World!"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment