apache / datasketches-memory

High performance native memory access for Java.
https://datasketches.apache.org
Apache License 2.0
118 stars 27 forks source link

Move java8test to java8 #164

Closed davecromberge closed 2 years ago

davecromberge commented 2 years ago

This pull request attempts to simplify the maven module project structure by removing the following maven modules:

The java8 tests have been moved to the tests package within the datasketches-memory-java8 module. The multi-release jar is now assembled using bash scripting.