wpilibsuite / gradle-jni

Gradle plugin for ease of creating JNI libraries.
14 stars 5 forks source link

Switch header generation to use default gradle generation #15

Closed ThadHouse closed 3 years ago

ThadHouse commented 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.

ThadHouse commented 3 years ago

Fixes #16

ThadHouse commented 3 years ago

Closes #12