Adding back jcenter repo accidentally removed in consolidation #27657 (#27698)

This commit is contained in:
Helena Edelson 2019-09-12 08:52:43 -07:00 committed by Arnout Engelen
parent 89eab3541c
commit 4c894d628f

View file

@ -68,6 +68,7 @@ object Paradox {
groupsSettings ++
Seq(
name in (Compile, paradox) := "Akka",
resolvers += Resolver.jcenterRepo,
ApidocPlugin.autoImport.apidocRootPackage := "akka",
DeployRsync.autoImport.deployRsyncArtifact := List(
(Compile / paradox).value -> s"www/docs/akka/${version.value}"))