native-compression
Directory actions
More options
Directory actions
More options
native-compression
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
# Publishing Native Jars The native jars are versioned based on the native library version (plus a build number). These jars are also published separate to the rest of the project jars. To publish a native jar, you must set the `` system property when running the gradle publish command. For example, to publish the libblosc2-native jar, run: ``` ./gradlew -D"unidata.native.publish=true" :libblosc2-native:publish ```