Set useful description in sbt setting (#27059)
This commit is contained in:
parent
89544bcab1
commit
c5e9b5918c
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ object AkkaBuild {
|
|||
|
||||
licenses := Seq(("Apache License, Version 2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))),
|
||||
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.",
|
||||
|
||||
apiURL := Some(url(s"https://doc.akka.io/api/akka/${version.value}")),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue