A project I'm working on uses Gradle to build code bases. I'm quite new to Gradle. I want to modify the current build process such that, once the build concludes, it moves a set of files (configuration files in this case), which are under source control (SVN), to a folder on another server on the network.
I've looked through the Gradle user guide, and have come across the 'copy' and 'sync' tasks. Will either of these be sufficient to carry out what I've described? Thanks for your help.