Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-48274][BUILD] Upgrade GenJavadoc to
0.19
### What changes were proposed in this pull request? This PR upgrades `GenJavadoc` plugin from `0.18` to `0.19`. ### Why are the changes needed? 1.The full release notes: https://github.com/lightbend/genjavadoc/releases/tag/v0.19 2.The latest version supports scala `2.13.14`, which is a `prerequisite` for us to upgrade spark's scala `2.13.14`. https://mvnrepository.com/artifact/com.typesafe.genjavadoc/genjavadoc-plugin 3.The last upgrade occurred 3 years ago apache#33383 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Built the doc: ``` ./build/sbt -Phadoop-3 -Pkubernetes -Pkinesis-asl -Phive-thriftserver -Pdocker-integration-tests -Pyarn -Phadoop-cloud -Pspark-ganglia-lgpl -Phive -Pjvm-profiler unidoc ``` <img width="501" alt="image" src="https://github.com/apache/spark/assets/15246973/58d3fac8-c968-44e0-83f3-84cf00a5084f"> ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#46579 from panbingkun/unidocGenjavadocVersion_0_19. Authored-by: panbingkun <[email protected]> Signed-off-by: yangjie01 <[email protected]>
- Loading branch information