Example on how to publish and resolve native libraries

Hi guys,

I am new to gradle and I was wondering if there are any examples available showing how to publish and resolve native libraries with gradle 2.1? Or is this kind of functionality not yet in place to use on large scale?

Thanks, Maikel

There isn’t yet built-in support for publishing and resolving native libraries from an external repository. This forum post gives a sample showing how you can code this up yourself: https://console.getsatisfaction.com/gradle/conversations/example-needed-for-external-dependency-for-…