removed old jni dependency

This commit is contained in:
Sebastian Stenzel
2020-11-06 14:53:45 +01:00
parent 084c1881ba
commit e9fa1d6476
10 changed files with 4 additions and 72 deletions
+3 -1
View File
@@ -73,7 +73,9 @@ For more information on the security details visit [cryptomator.org](https://doc
```
cd main
mvn clean install -Prelease
mvn clean install -Prelease,windows
# or mvn clean install -Prelease,mac
# or mvn clean install -Prelease,linux
```
This will build all the jars and bundle them together with their OS-specific dependencies under `main/buildkit/target`. This can now be used to build native packages.