for the interested user ...
one way to do this is:

task retrieveRuntimeLibs << {
    Set files = configurations.runtime.resolve()
    ant {
        files.each {
            copy(file: it, todir: 'runtimeLibs')
        }
    }
}


-- 
View this message in context: 
http://www.nabble.com/retrieveLibs-command-to-support-switching-to-flatDir-tp23974778p24009389.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