mdedetrich commented on code in PR #903:
URL: https://github.com/apache/incubator-pekko/pull/903#discussion_r1441530711
##########
build.sbt:
##########
@@ -140,6 +140,14 @@ lazy val actor = pekkoModule("actor")
lazy val actorTests = pekkoModule("actor-tests")
.dependsOn(testkit % "compile->compile;test->test", actor)
.settings(Dependencies.actorTests)
+ .settings(Test / unmanagedSourceDirectories ++= {
Review Comment:
Ah I found it
https://github.com/apache/incubator-pekko/blob/main/project/PekkoBuild.scala#L161-L168
. I think if you modify this so it also affects `Test /
unmanagedSourceDirectories` then it should fix the same issue in a more
principled way.
--
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]