Add ZeroTierDatagramSocket and ZeroTierServerSocket to Java wrapper

This commit is contained in:
Joseph Henry
2021-05-18 22:39:48 -07:00
parent bd12a1736b
commit 0e2f5b6f1e
17 changed files with 964 additions and 403 deletions

20
.github/workflows/jar.yaml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: Build Java JAR
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init
- name: Install JDK
run: sudo apt install default-jdk
- name: Build
run: ./build.sh host-jar "release"