Skip to content

Commit 7441bd0

Browse files
panbingkunLuciferYang
authored andcommitted
[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 #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 #46579 from panbingkun/unidocGenjavadocVersion_0_19. Authored-by: panbingkun <[email protected]> Signed-off-by: yangjie01 <[email protected]>
1 parent 4ff5ca8 commit 7441bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ object SparkBuild extends PomBuild {
266266
.orElse(sys.props.get("java.home").map { p => new File(p).getParentFile().getAbsolutePath() })
267267
.map(file),
268268
publishMavenStyle := true,
269-
unidocGenjavadocVersion := "0.18",
269+
unidocGenjavadocVersion := "0.19",
270270

271271
// Override SBT's default resolvers:
272272
resolvers := Seq(

0 commit comments

Comments
 (0)