Skip to content

Commit

Permalink
chore: bump jmh to 1.37 (#5785)
Browse files Browse the repository at this point in the history
In addition, the JARs zip64 needed to be set to true to ensure that the
jar could actually be built (the increase of DH engine dependencies has
caused the JMH fat jar to have >64k entries).
  • Loading branch information
devinrsmith authored Jul 17, 2024
1 parent 17330ba commit c3d40de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engine/table/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ jmh {
jmhVersion = libs.versions.jmh.get()
}

jmhJar {
zip64 = true
}

// No need to assemble the jar by default on build
// assemble.dependsOn(jmhJar)
check.dependsOn(jmhClasses)

0 comments on commit c3d40de

Please sign in to comment.