Open pjfanning opened 1 year ago
We are getting issues with an Apache Pekko jar that is built using sbt-assembly.
The issue is described in https://github.com/apache/incubator-pekko/issues/685
See https://bugs.openjdk.org/browse/JDK-8315828
Is there any way to control where zip64 mode is used by sbt-assembly when it creates jars? Specifically, it may be useful to be able to disable zip64 mode.
This may actually be caused by sbt-osgi -see https://github.com/sbt/sbt-osgi/pull/81
We are getting issues with an Apache Pekko jar that is built using sbt-assembly.
The issue is described in https://github.com/apache/incubator-pekko/issues/685
See https://bugs.openjdk.org/browse/JDK-8315828
Is there any way to control where zip64 mode is used by sbt-assembly when it creates jars? Specifically, it may be useful to be able to disable zip64 mode.