Change task for building modules directory in distributions to sync.

This handles when dependencies have changed, so old ones will be
removed.
This commit is contained in:
Ryan Ernst 2015-12-10 17:30:05 -08:00
parent 2758099996
commit e29c9b9dfd
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ ext.dependencyFiles = project(':core').configurations.runtime.copyRecursive().ex
* Modules *
*****************************************************************************/
task buildModules(type: Copy) {
task buildModules(type: Sync) {
into 'build/modules'
}