Define ScmInfo (#27817)
* it was previously added by sbt-git, but we removed that plugin
This commit is contained in:
parent
71e1978d64
commit
24afac6629
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ object AkkaBuild {
|
|||
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))),
|
||||
homepage := Some(url("https://akka.io/")),
|
||||
description := "Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala.",
|
||||
|
||||
scmInfo := Some(ScmInfo(url("https://github.com/akka/akka"), "git@github.com:akka/akka.git")),
|
||||
apiURL := Some(url(s"https://doc.akka.io/api/akka/${version.value}")),
|
||||
|
||||
initialCommands :=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue