mdedetrich commented on issue #335: URL: https://github.com/apache/incubator-pekko/issues/335#issuecomment-1562352467
So we should also probably make a clear distinction between "building/compiling" and "making a release". The reason I am pointing this out is that you can compile/build the project fine on JDK 8 (I only have a single visible JDK installed, JDK 8 which is pointed to Pekko via [jenv](https://github.com/jenv/jenv)), it just won't have the optional JDK 11 features. This will also become important when inlining, i.e. https://github.com/apache/incubator-pekko/pull/305 because since inlining doesn't work with Scala's incremental compilation, you only want to enable it when doing a release build and not during development. -- 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]
