OpenHFT / Zero-Allocation-Hashing

Zero-allocation hashing for Java
Apache License 2.0
787 stars 136 forks source link

How to build to a jar? Can't find main class #61

Closed YWaller closed 3 years ago

YWaller commented 3 years ago

Hi, there's a branch of this with 128 bit xxhashing in it that I need, and I'm trying to build it in intellij to a jar but I can't find the main class? How should I go about producing a jar that other projects can reference?

Thank you very much.

gzm55 commented 3 years ago

the pr is merged. Before publish to the maven central, you can build the jar from the latest master by mvn package command

YWaller commented 3 years ago

Ah very good, I just assumed it wouldn't be merged forever since it had been open for a month or so. Thank you for your assistance!