Explorar o código

Add coreInstall Task

Rob Winch %!s(int64=10) %!d(string=hai) anos
pai
achega
50ff81033c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      build.gradle

+ 4 - 0
build.gradle

@@ -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) {