[GRADLE-513] descriptions not always printed by gradle -t Created: 30/May/09 Updated: 04/Jan/13 Resolved: 09/Jun/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.6 |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Tomek Kaczanowski | Assignee: | Hans Dockter |
Resolution: | Won't Fix | Votes: | 0 |
Attachments: | build.gradle |
Description |
Hi, descriptions are not printed out by "gradle -t" if task is created with << build.gradle task withDesc { task noDesc << { gradle -t :taskList ------------------------------------------------------------ BUILD SUCCESSFUL – |
Comments |
Comment by Hans Dockter [ 09/Jun/09 ] |
This is OK behavior. gradle -t only picks up information from configuration time. We might even should throw an exception if someone tries to change the description during execution time in a task action. |