Downloading specific dependencies for packaging with installer

Hello,

I was hoping you guys could help me out with a problem I am currently having. I need to download a specific set of dependencies in the project so they can be packaged in an installer.

So is there a way in Gradle to take the built archive plus a set of dependencies in the maven repository, and place them in a specific folder structure.

Thanks

You can copy them by application plugin and its installDist task.