Skip to content

Commit e29c9b9

Browse files
committed
Change task for building modules directory in distributions to sync.
This handles when dependencies have changed, so old ones will be removed.
1 parent 2758099 commit e29c9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ext.dependencyFiles = project(':core').configurations.runtime.copyRecursive().ex
4747
* Modules *
4848
*****************************************************************************/
4949

50-
task buildModules(type: Copy) {
50+
task buildModules(type: Sync) {
5151
into 'build/modules'
5252
}
5353

0 commit comments

Comments
 (0)