Closed ThadHouse closed 3 years ago
Midway through gradle 6 jni header generation was added by default to java compile tasks. Instead of handling that manually as we used to, use gradles built in support.
Also add an example that can be easily used to test new features.
Fixes #16
Closes #12
Midway through gradle 6 jni header generation was added by default to java compile tasks. Instead of handling that manually as we used to, use gradles built in support.
Also add an example that can be easily used to test new features.