Not sure if this is what you mean, but configurations are very easy to work
with:

task copyFiles << {
        copy{
                from configurations.compile
                into "$buildDir/copy"
        }
}

This takes all of the compile time dependencies for a given project and
copies them to an output directory. Is that what you're looking for?

--
View this message in context: 
http://gradle.1045684.n5.nabble.com/How-to-export-actual-deps-artifacts-to-a-flat-dir-repository-tp4821778p4823475.html
Sent from the gradle-user mailing list archive at Nabble.com.

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

    http://xircles.codehaus.org/manage_email


Reply via email to