Add apiURL setting for cross-linking scaladoc in projects depending on Akka (#21734)

This commit is contained in:
Martynas Mickevičius 2016-10-27 12:29:15 +03:00 committed by Konrad Malawski
parent 26fedc0e36
commit 650abe19d6

View file

@ -441,6 +441,8 @@ object AkkaBuild extends Build {
licenses := Seq(("Apache License, Version 2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))),
homepage := Some(url("http://akka.io/")),
apiURL := Some(url(s"http://doc.akka.io/api/akka/${version.value}")),
initialCommands :=
"""|import language.postfixOps
|import akka.actor._