[GRADLE-326] The dependencies introduced by the Java plugin should be documented with a dag diagram Created: 20/Dec/08 Updated: 04/Jan/13 Resolved: 28/Sep/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.8 |
Type: | Bug | ||
Reporter: | Jon Cox | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
It was a bit tricky figuring out what depended on what when I read the java plugin docs in the user manual clean Obviously, a pretty graphic would make things a lot nicer here! I ended up using a bit of groovy to figure it out: tasks.each { t -> } |