1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add coreInstall Task

This commit is contained in:
Rob Winch
2015-09-01 23:19:13 -05:00
parent 81e2778106
commit 50ff81033c
+4
View File
@@ -132,6 +132,10 @@ task coreBuild {
dependsOn coreModuleProjects*.tasks*.matching { task -> task.name == 'build' }
}
task coreInstall {
dependsOn coreModuleProjects*.tasks*.matching { task -> task.name == 'install' }
}
// Task for creating the distro zip
task dist(type: Zip) {