wpilibsuite / gradle-jni

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

Make JavaCompile task delete JNI header folder when ran #3

Closed ThadHouse closed 5 years ago

ThadHouse commented 6 years ago

Currently, when JavaCompile gets ran, it doesn't clean out any existing files. This is an issue when switching branches, because extra files can exist, causing build errors.

ThadHouse commented 5 years ago

This was fixed a while ago, I don't know why I reopened this.