apache / datasketches-memory

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

Single build script #148

Closed davecromberge closed 3 years ago

davecromberge commented 3 years ago

This adds a shell script that compiles and packages datasketches-memory using a single version of the JDK. This is an alternative to building a multi-release JAR which requires three versions of the JDK, one of which is a non-LTS version.
The script detects the version of the JDK from the build environment and runs some basic checks against the built JAR to verify that different resources can be accessed by the datasketches memory API.