[GRADLE-401] The project report command-line options (--tasks, --properties and --dependencies) should allow which projects to report on to be specified on the command-line Created: 12/Feb/09 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.9-rc-1 |
Type: | Improvement | ||
Reporter: | Adam Murdoch | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Description |
For builds with lots of projects, gradle -t from the root directory produces a lot of noise. Often I am only interested in a small number of projects at any given time. It would be nice to do something like: gradle -t projectA projectB |