Skip to content

Commit

Permalink
=pro update genjavadoc version to enable crosspublishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso committed Jan 12, 2015
1 parent c56d670 commit 1c38b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Unidoc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Unidoc {

val genjavadocEnabled = sys.props.get("akka.genjavadoc.enabled").getOrElse("false").toBoolean
val (unidocSettings, javadocSettings) =
if (genjavadocEnabled) (scalaJavaUnidocSettings, genjavadocSettings)
if (genjavadocEnabled) (scalaJavaUnidocSettings, genjavadocSettings ++ Seq(unidocGenjavadocVersion in Global := "0.8"))
else (scalaUnidocSettings, Nil)

lazy val scaladocDiagramsEnabled = sys.props.get("akka.scaladoc.diagrams").getOrElse("true").toBoolean
Expand Down

0 comments on commit 1c38b81

Please sign in to comment.