[GRADLE-969] Have javadoc task render groups in the order they were defined Created: 09/Jun/10 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: | Steve Ebersole | Assignee: | Adam Murdoch |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
After a lot of delegation, the Javadoc task keeps group definitions in a HashMap<String, List<String>> (see org.gradle.external.javadoc.optionfile.GroupsJavadocOptionFileOption), which of course loses the order in which the groups are defined. |