| [GRADLE-1015] JavaDocOfflineLink created with wrong quotes Created: 30/Jun/10 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: | Markus Schlichting | Assignee: | Hans Dockter | 
| Resolution: | Fixed | Votes: | 0 | 
| Attachments: |  0001-Patch-JavaDocOptionsFile.patch | 
| Description | 
| Hi, instead of  it needs to be  Our solution to this is a small patch to JavaDocOfflineLink.java that adds those to the toString method. We've tested it here and now it works  An example gradle snippet: apply plugin: 'java' javadoc { We would be happy to supply any more information etc to help on this issue  | 
| Comments | 
| Comment by Markus Schlichting [ 20/Jul/10 ] | 
| Hi, cheers | 
| Comment by Hans Dockter [ 29/Jul/10 ] | 
| Patch applied. Thanks. |