Skip to content

Latest commit

 

History

History

java

NASP java library

Build

To be able to build the required nasp JAR library we need to utilize a forked version of Go Mobile temporarily:

make install-gomobile

Build the glue code using gomobile:

make java

Release

Artifacts are stored at the GitHub packages repo of the project, you need a GitHub Access token to be able to release. See the official docs of Maven registry for GitHub.

mvn deploy