improvements of the PersistenceTestKit doc samples

* and actually run the tests
This commit is contained in:
Patrik Nordwall 2020-03-25 12:52:05 +01:00
parent abbef000ab
commit 5ac480199a
5 changed files with 235 additions and 187 deletions

View file

@ -201,6 +201,7 @@ lazy val docs = akkaModule("akka-docs")
.settings(Dependencies.docs)
.settings(Paradox.settings)
.settings(ParadoxSupport.paradoxWithCustomDirectives)
.settings(javacOptions += "-parameters") // for Jackson
.enablePlugins(
AkkaParadoxPlugin,
DeployRsync,