Skip to content

rrajen/gradle-hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-world

This is a simple hello world task that simply outputs the line Hello World! upon execution. It can be run with the command below:

gradle -q helloWorld

The -q option represents quiet execution.

doLast is the last action that gets executed for a task. The << operator can also be used as a shortcut for doLast.

About

Gradle hello world project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published