Skip to content

Commit

Permalink
specify unidocGenjavadocVersion of 0.8
Browse files Browse the repository at this point in the history
Fixes an issue with being too strict generating javadoc causing errors.

Author: Holden Karau <[email protected]>

Closes apache#2893 from holdenk/SPARK-3359-sbtunidoc-java8 and squashes the following commits:

9379a70 [Holden Karau] specify unidocGenjavadocVersion of 0.8
  • Loading branch information
holdenk authored and mengxr committed Oct 23, 2014
1 parent 6b48522 commit 293672c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import sbt._
import sbt.Classpaths.publishTask
import sbt.Keys._
import sbtunidoc.Plugin.genjavadocSettings
import sbtunidoc.Plugin.UnidocKeys.unidocGenjavadocVersion
import org.scalastyle.sbt.ScalastylePlugin.{Settings => ScalaStyleSettings}
import com.typesafe.sbt.pom.{PomBuild, SbtPomKeys}
import net.virtualvoid.sbt.graph.Plugin.graphSettings
Expand Down Expand Up @@ -116,6 +117,7 @@ object SparkBuild extends PomBuild {
retrieveManaged := true,
retrievePattern := "[type]s/[artifact](-[revision])(-[classifier]).[ext]",
publishMavenStyle := true,
unidocGenjavadocVersion := "0.8",

resolvers += Resolver.mavenLocal,
otherResolvers <<= SbtPomKeys.mvnLocalRepository(dotM2 => Seq(Resolver.file("dotM2", dotM2))),
Expand Down

0 comments on commit 293672c

Please sign in to comment.