Fix of clean task of reworked performance application

This commit is contained in:
Elena Lepilkina
2019-02-15 12:25:18 +03:00
parent aa03ca36ad
commit 7d1bb97e76
+3 -1
View File
@@ -33,7 +33,9 @@ task clean {
subprojects.each {
dependsOn it.getTasksByName('clean', true)[0]
}
delete "${buildDir.absolutePath}"
doLast {
delete "${buildDir.absolutePath}"
}
}
defaultTasks 'konanRun'