Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
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
```