cjstehno / gradle-natives

Gradle plugin to aid in managing native libraries associated with Java-based projects.
http://cjstehno.github.io/gradle-natives/
Apache License 2.0
32 stars 4 forks source link

UnpackNativeTask has hard-coded build directory #12

Closed csurridge closed 9 years ago

csurridge commented 9 years ago

The UnpackNativeTask has a hard-coded reference to the "build" directory. This causes the task to fail if ${project.buildDir} has been set to something else.

csurridge commented 9 years ago

same problem in NativesPlugin.groovy

cjstehno commented 9 years ago

Good catch. I will fix this soon.

cjstehno commented 9 years ago

This has been fixed in the 0.2.4 version, which is available via the plugin repository. Please let me know if you continue to have issues.