[GRADLE-3395] scaladoc does not correctly set ant additional parameters property Created: 09/Feb/16 Updated: 12/Feb/16 Resolved: 12/Feb/16 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | None |
| Fix Version/s: | 2.12-rc-1 |
| Type: | Bug | ||
| Reporter: | Pepper Lebeck-Jobe | Assignee: | Pepper Lebeck-Jobe |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
When setting additionalParameters on a ScalaDoc task:
tasks.withType(ScalaDoc) {
scalaDocOptions {
additionalParameters = [ ... ]
}
}
The additional parameters are not passed to the underlying ant task and have no effect. This issue is just for tracking a bug fixed by https://github.com/gradle/gradle/pull/385 |