Fix of clean task of reworked performance application
This commit is contained in:
@@ -33,7 +33,9 @@ task clean {
|
||||
subprojects.each {
|
||||
dependsOn it.getTasksByName('clean', true)[0]
|
||||
}
|
||||
delete "${buildDir.absolutePath}"
|
||||
doLast {
|
||||
delete "${buildDir.absolutePath}"
|
||||
}
|
||||
}
|
||||
|
||||
defaultTasks 'konanRun'
|
||||
|
||||
Reference in New Issue
Block a user