Fix coreLibsInstall composite task again

See the commit f0e67f8397 for details
This commit is contained in:
Ilya Gorbunov
2019-12-28 03:32:12 +03:00
parent 8d0ffa1444
commit 372a4009bd
+3
View File
@@ -340,4 +340,7 @@ tasks {
test {
dependsOn(runMocha)
}
// dummy task to make coreLibsInstall aggregate task not fail
val install by registering
}