pjfanning commented on PR #31: URL: https://github.com/apache/incubator-pekko-persistence-cassandra/pull/31#issuecomment-1476067502
the doc build issue in latest run (about being unable to find pekko classes) would probably be fixed if you change this in build.sbt. ``` apidocRootPackage := "akka" ``` to ``` apidocRootPackage := "org.apache.pekko" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
