GitHub user kiszk opened a pull request:
https://github.com/apache/spark/pull/22020
upgrade genJavaDoc-plugin from 0.10 to 0.11
## What changes were proposed in this pull request?
This PR fixes a build error with sbt using Scala-2.12. Since
[`genJavaDoc-plugin`]
(https://mvnrepository.com/artifact/com.typesafe.genjavadoc/genjavadoc-plugin)
0.10 is not prepared for Scala-2.12.6, the recent version of
`genJavaDoc-plugin` is necessary.
The version 0.11 of `genJavaDoc-plugin` is also prepared for Scala-2.11.12.
[genJavaDoc-0.10](https://index.scala-lang.org/lightbend/genjavadoc/genjavadoc-plugin/0.10)
[genJavaDoc-0.11](https://index.scala-lang.org/lightbend/genjavadoc/genjavadoc-plugin/0.11)
## How was this patch tested?
Manually tested for Scala-2.12.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kiszk/spark SPARK-25041
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/22020.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22020
----
commit 1b41ce44800310cd0ebd321f8436db5bed452935
Author: Kazuaki Ishizaki <ishizaki@...>
Date: 2018-08-07T07:59:31Z
upgrade genJavaDoc from 0.10 to 0.11
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]