kotlinx-benchmark icon indicating copy to clipboard operation
kotlinx-benchmark copied to clipboard

Add support for zip64 or shadowJar option

Open harsh201 opened this issue 3 years ago • 0 comments
trafficstars

For complex project with multiple dependencies, kotlinx-benchmark fails to create JMH executable JAR with following error:

Execution failed for task ':benchmark:mainBenchmarkJar'.
> archive contains more than 65535 entries.

A quick google search revealed that for shadow or uber JAR generation, using zip64 alleviates this issue.

harsh201 avatar Jul 01 '22 14:07 harsh201