Use sbt-publish-rsync rather than our own (#28868)
This commit is contained in:
parent
6b5d544deb
commit
ad2bd70213
7 changed files with 12 additions and 33 deletions
|
|
@ -80,7 +80,7 @@ lazy val aggregatedProjects: Seq[ProjectReference] = List[ProjectReference](
|
|||
|
||||
lazy val root = Project(id = "akka", base = file("."))
|
||||
.aggregate(aggregatedProjects: _*)
|
||||
.enablePlugins(DeployRsync)
|
||||
.enablePlugins(PublishRsyncPlugin)
|
||||
.settings(rootSettings: _*)
|
||||
.settings(unidocRootIgnoreProjects := Seq(remoteTests, benchJmh, protobuf, protobufV3, akkaScalaNightly, docs))
|
||||
.settings(unmanagedSources in (Compile, headerCreate) := (baseDirectory.value / "project").**("*.scala").get)
|
||||
|
|
@ -209,7 +209,7 @@ lazy val docs = akkaModule("akka-docs")
|
|||
.settings(javacOptions += "-parameters") // for Jackson
|
||||
.enablePlugins(
|
||||
AkkaParadoxPlugin,
|
||||
DeployRsync,
|
||||
PublishRsyncPlugin,
|
||||
NoPublish,
|
||||
ParadoxBrowse,
|
||||
ScaladocNoVerificationOfDiagrams,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue