Created
January 18, 2012 06:22
-
-
Save tychobrailleur/1631423 to your computer and use it in GitHub Desktop.
Gradle startup time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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