Add apiURL setting for cross-linking scaladoc in projects depending on Akka (#21734)
This commit is contained in:
parent
26fedc0e36
commit
650abe19d6
1 changed files with 2 additions and 0 deletions
|
|
@ -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._
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue