[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


Generated at Wed Jun 30 12:47:40 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.