mdedetrich commented on code in PR #903:
URL: https://github.com/apache/incubator-pekko/pull/903#discussion_r1441072906
##########
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:
This looks fishy, why are we doing this? Pekko has already been setup to
handle all the different types of `scala-*` folders if we wan't to write tests
for specific Scala versions and in cases like this I would prefer to KISS
--
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]