pjfanning commented on issue #1040: URL: https://github.com/apache/incubator-pekko/issues/1040#issuecomment-1909921222
> I think checking the unmanagedSourceDirectores will not work: > > ```scala > //sbt with on Java 21 > sbt:pekko-stream> show sourceDirectories > [info] * C:\Users\hepin\IdeaProjects\incubator-pekko\stream\src\main\scala > [info] * C:\Users\hepin\IdeaProjects\incubator-pekko\stream\src\main\scala-2.13 > [info] * C:\Users\hepin\IdeaProjects\incubator-pekko\stream\src\main\scala-2 > [info] * C:\Users\hepin\IdeaProjects\incubator-pekko\stream\src\main\java > [info] * C:\Users\hepin\IdeaProjects\incubator-pekko\stream\src\main\scala-2.13+ > [info] * C:\Users\hepin\IdeaProjects\incubator-pekko\stream\target\scala-2.13\src_managed\main > ``` I spotted that too. Something about the way the Jdk9 stuff works seems not to expose the extra entries in this `show`. I still think checking the jar is better than checking sbt properties. -- 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]
