Skip to content

Instantly share code, notes, and snippets.

@tychobrailleur
Created January 18, 2012 06:22
Show Gist options
  • Save tychobrailleur/1631423 to your computer and use it in GitHub Desktop.
Save tychobrailleur/1631423 to your computer and use it in GitHub Desktop.
Gradle startup time
sebastien@kilkenny:~/tmp$ echo > build.gradle
sebastien@kilkenny:~/tmp$ gradle t
:tasks
------------------------------------------------------------
All tasks runnable from root project
------------------------------------------------------------
Help tasks
----------
dependencies - Displays the dependencies of root project 'tmp'.
help - Displays a help message
projects - Displays the sub-projects of root project 'tmp'.
properties - Displays the properties of root project 'tmp'.
tasks - Displays the tasks runnable from root project 'tmp' (some of the displayed tasks may belong to subprojects).
To see all tasks and more detail, run with --all.
BUILD SUCCESSFUL
Total time: 6.45 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment