-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.12-rc-1
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