[GRADLE-921] JavaDoc header field not settable Created: 24/Apr/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 0.9-rc-1 |
Type: | Bug | ||
Reporter: | Russel Winder | Assignee: | Hans Dockter |
Resolution: | Fixed | Votes: | 0 |
Description |
I suspect that there are a couple of missing options from the JavaDoc
don't seem to work. |
Comments |
Comment by Russel Winder [ 24/Apr/10 ] |
Just to expand. The header option appears to be missing, but the source option is there it just only takes a string parameter. sourceCompatibility can be specified as a string or integer and so: options.source ( sourceCompatibility ) should work. |