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:
parent
2758099996
commit
e29c9b9dfd
|
@ -47,7 +47,7 @@ ext.dependencyFiles = project(':core').configurations.runtime.copyRecursive().ex
|
|||
* Modules *
|
||||
*****************************************************************************/
|
||||
|
||||
task buildModules(type: Copy) {
|
||||
task buildModules(type: Sync) {
|
||||
into 'build/modules'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue