mdedetrich commented on code in PR #158:
URL:
https://github.com/apache/incubator-pekko-connectors/pull/158#discussion_r1226447798
##########
build.sbt:
##########
@@ -111,10 +111,26 @@ TaskKey[Unit]("verifyCodeFmt") := {
}
}
+val scalaReleaseSeparateSource: Def.SettingsDefinition = Compile /
unmanagedSourceDirectories ++= {
Review Comment:
Why is this necessary, this functionality is automatically provided by sbt,
i.e. sbt will automatically handle `scala-2`/`scala-3` folders in the way this
code seems to be describing.
You only need custom handling if you want to do something like `scala-2.13+`
like in pekko core
--
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]