[GRADLE-260] "gradle -t" does not print out default task Created: 09/Oct/08 Updated: 04/Jan/13 Resolved: 13/Jan/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.4 |
Fix Version/s: | 0.6 |
Type: | Improvement | ||
Reporter: | Russel Winder | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
The output from the "gradle -t" command does not note the default tasks if there are any. |
Comments |
Comment by Russel Winder [ 13/Jan/09 ] |
How is the default marked? |
Comment by Hans Dockter [ 13/Jan/09 ] |
We do it more primitive. As the default tasks are strictly speaking default task names, we just print them at the beginning of the project section (if default tasks are defined). |