Skip to content

Commit a3357df

Browse files
sarutakdongjoon-hyun
authored andcommitted
[SPARK-30544][BUILD] Upgrade the version of Genjavadoc to 0.15
### What changes were proposed in this pull request? Upgrade the version of Genjavadoc from 0.14 to 0.15. ### Why are the changes needed? To enable to build for Scala 2.13.1. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? I confirmed there is no dependency error related to genjavadoc by manual build. Also, I generated javadoc by `LANG=C build/sbt -Pkinesis-asl -Pyarn -Pkubernetes -Phive-thriftserver unidoc` for both code with/without this change and did `diff -r` target/javadoc. Closes #27255 from sarutak/upgrade-genjavadoc. Authored-by: Kousuke Saruta <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 3228732 commit a3357df

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
@@ -220,7 +220,7 @@ object SparkBuild extends PomBuild {
220220
.map(file),
221221
incOptions := incOptions.value.withNameHashing(true),
222222
publishMavenStyle := true,
223-
unidocGenjavadocVersion := "0.14",
223+
unidocGenjavadocVersion := "0.15",
224224

225225
// Override SBT's default resolvers:
226226
resolvers := Seq(

0 commit comments

Comments
 (0)