[GRADLE-481] Simplified way to obtain all projects and tasks Created: 14/May/09 Updated: 04/Jan/13 Resolved: 17/Jun/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.6 |
Fix Version/s: | 0.7 |
Type: | Improvement | ||
Reporter: | Mike | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
Any external tool accessing Gradle via the API will need to get the projects, subprojects, and tasks for a gradle-based project. It would be really helpful to have a one-line function call that would generate this information. I assume this would just return the root project, thus allowing the caller to then iterate its subprojects and tasks manually. |