[GRADLE-663] Groovydoc does not depend on classes, javadoc does Created: 29/Sep/09 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.8 |
Fix Version/s: | 0.9-rc-1 |
Type: | Bug | ||
Reporter: | Russel Winder | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
It seems that, by default, the javadoc task depends on classes, but the groovydoc task does not. This seems inconsistent. I p[ropose that the groovydoc task be made dependent on classes just as the javadoc task is. |
Comments |
Comment by Hans Dockter [ 19/Apr/10 ] |
The Groovydoc task does not have a classpath property. |