luben / zstd-jni

JNI binding for Zstd
Other
854 stars 168 forks source link

Set explicit Java version requirement for OSGi #250

Closed 73f14nd closed 1 year ago

73f14nd commented 1 year ago

The javac --release is set to build for a Java version >= 6. So the OSGi declararation must also explicit set this version to not depend on the version of the JDK it is built with.

luben commented 1 year ago

LGTM. Thanks for the contribution!