File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import scala.collection.JavaConversions._
2121import sbt ._
2222import sbt .Classpaths .publishTask
2323import sbt .Keys ._
24+ import sbtunidoc .Plugin .genjavadocSettings
2425import org .scalastyle .sbt .ScalastylePlugin .{Settings => ScalaStyleSettings }
2526import com .typesafe .sbt .pom .{PomBuild , SbtPomKeys }
2627import net .virtualvoid .sbt .graph .Plugin .graphSettings
@@ -107,7 +108,7 @@ object SparkBuild extends PomBuild {
107108 lazy val MavenCompile = config(" m2r" ) extend(Compile )
108109 lazy val publishLocalBoth = TaskKey [Unit ](" publish-local" , " publish local for m2 and ivy" )
109110
110- lazy val sharedSettings = graphSettings ++ ScalaStyleSettings ++ Seq (
111+ lazy val sharedSettings = graphSettings ++ ScalaStyleSettings ++ genjavadocSettings ++ Seq (
111112 javaHome := Properties .envOrNone(" JAVA_HOME" ).map(file),
112113 incOptions := incOptions.value.withNameHashing(true ),
113114 retrieveManaged := true ,
You can’t perform that action at this time.
0 commit comments