Add all flavors to the clean task
This commit is contained in:
parent
9f61efa7e4
commit
72c6ce30b6
1 changed files with 2 additions and 0 deletions
|
@ -45,4 +45,6 @@ tasks.register<Delete>(BuildTasks.taskTypeClean) {
|
|||
delete("${projectDir}/buildSrc/build")
|
||||
delete("${projectDir}/app/huskyBeta")
|
||||
delete("${projectDir}/app/huskyStable")
|
||||
delete("${projectDir}/app/huskyDev")
|
||||
delete("${projectDir}/app/huskyNewhusky")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue