Hi there,

I want to use a set of jars in a copyspec. To group the jars we have the
following line of code:

--------
distJars = tasks.withType(Jar).matching({ jar -> !jar.appFileJar }
--------

For a single jar I know I can write something like this in my copyspec: 
--------
"from jar.output.files"
--------

actually I have this snippet:

--------
....
into("dist)
        distJars.all.each{
                from it.outputs.files
        }
}
...
--------

is there an elegant way to do this kind of autowiring for a set of jars?

regards,
René

-- 
------------------------------------
Rene Groeschke

[email protected]
http://www.breskeby.com
http://twitter.com/breskeby
------------------------------------


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to