This commit is contained in:
parent
89eab3541c
commit
4c894d628f
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ object Paradox {
|
||||||
groupsSettings ++
|
groupsSettings ++
|
||||||
Seq(
|
Seq(
|
||||||
name in (Compile, paradox) := "Akka",
|
name in (Compile, paradox) := "Akka",
|
||||||
|
resolvers += Resolver.jcenterRepo,
|
||||||
ApidocPlugin.autoImport.apidocRootPackage := "akka",
|
ApidocPlugin.autoImport.apidocRootPackage := "akka",
|
||||||
DeployRsync.autoImport.deployRsyncArtifact := List(
|
DeployRsync.autoImport.deployRsyncArtifact := List(
|
||||||
(Compile / paradox).value -> s"www/docs/akka/${version.value}"))
|
(Compile / paradox).value -> s"www/docs/akka/${version.value}"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue