kotlinx-benchmark
kotlinx-benchmark copied to clipboard
Add support for zip64 or shadowJar option
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.