Skip to content

Support JVM unit tests in macOS and Windows

Since the current build script only supports x86_64 Linux and the platform name is hard-coded, I added JNA dependency to the build plugin as well and replaced the hard-coded "linux-x86-64" with com.sun.jna.Platform.RESOURCE_PREFIX.

Merge request reports