Hi. Using gradle 0.9-preview-3 and have some trouble using copyspec in jar. Want to include some jars (not explode) into my target jar. My code right now is this:
jar {
from configurations.runtime
into 'META-INF/lib'
}
When using this all my other files are also placed under META-INF/lib not
just the runtime jar's. Tried a couple of variants, but no luck. Any tips?
BR,
Sten Roger Sandvik
