2010/6/23 Steve Ebersole <[email protected]>

> jar {
>    into( 'META-INF/lib' ) {
>        from configurations.runtime
>    }
> }
>
> I believe
>
>
Thanks. Right before you replied I had a similar solution :)

    jar {
        from configurations.runtime {
            into 'META-INF/lib'
        }
    }

Love gradle so far. It's really powerful stuff.

BR,
Sten Roger Sandvik

Reply via email to