Reapplying Martynas unidoc fix

This commit is contained in:
Johan Andrén 2017-05-26 14:09:07 +02:00
parent a84a3bbd83
commit c9904976b8
2 changed files with 8 additions and 9 deletions

View file

@ -39,6 +39,7 @@ lazy val root = Project(
base = file("."),
aggregate = aggregatedProjects
).settings(rootSettings: _*)
.settings(unidocRootIgnoreProjects := Seq(remoteTests, benchJmh, protobuf, akkaScalaNightly, docs))
lazy val actor = akkaModule("akka-actor")