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

Input/Output config style deprecated #3

Closed cjstehno closed 9 years ago

cjstehno commented 10 years ago

Need to figure out how to do input/output specification since my way is deprecated:

Calling TaskInputs.file(Object) after task execution has started has been deprecated and is scheduled to be removed in Gradle 2.0. Check the configuration of task ':unpackNatives'.

cjstehno commented 9 years ago

This has been addressed.