Open mdedetrich opened 1 year ago
With a result of the changes in https://github.com/apache/incubator-pekko/pull/258 that removes the -release/-target workaround it appears that all of this special case handling for JDK 1.8 in Pekko (i.e. https://github.com/apache/incubator-pekko/blob/main/project/JdkOptions.scala#L26 and all of the relevant places where its referenced) is no longer necessary.
-release
-target
Closing this for now because its still needed, see https://github.com/apache/incubator-pekko/pull/258#discussion_r1143532066
Re-opening this
Blocked by https://github.com/apache/incubator-pekko/issues/262
With a result of the changes in https://github.com/apache/incubator-pekko/pull/258 that removes the
-release
/-target
workaround it appears that all of this special case handling for JDK 1.8 in Pekko (i.e. https://github.com/apache/incubator-pekko/blob/main/project/JdkOptions.scala#L26 and all of the relevant places where its referenced) is no longer necessary.