As in .so/.dll files. Picking the correct library for your platform, pack
and setting the java.library.path property
Something like..
dependencies {
runtime files('lib/jna-<platform>.jar')
}
On Sat, Jan 8, 2011 at 5:12 PM, Tomek Kaczanowski <
[email protected]> wrote:
> Could you give an example of "native runtime dependency"? I'm not sure
> what you mean by this.
>
> --
> Regards / Pozdrawiam
> Tomek Kaczanowski
>
> 2011/1/8 Thomas Amland <[email protected]>:
> > Hi. Are there any way to handle native runtime dependencies in gradle
> like
> > you can in ant and maven? Or do i have to script and make custom tasks?
> > Couldn't find anything in the documentation about this..
> >
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
> http://xircles.codehaus.org/manage_email
>
>
>