[GRADLE-1061] Provide support for project descriptions Created: 28/Jul/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 0.9-rc-2 |
Type: | Improvement | ||
Reporter: | Chris Beams | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
Tasks may have descriptions, but currently a project cannot. Please provide a 'description' property on the Project object. The practical effect of this feature is that -t listings will reflect that description: >$ gradle -t ------------------------------------------------------------ Root Project - My custom description here. ------------------------------------------------------------ Build tasks ----------- :assemble - Builds all Jar, War, Zip, and Tar archives. ... |