forked from organicmaps/organicmaps
[android] Fixed clean task.
This commit is contained in:
parent
303b925450
commit
9a550428e5
1 changed files with 3 additions and 1 deletions
|
@ -337,7 +337,9 @@ def unalignedFonts = "${propObbFontsOutput}.unaligned"
|
|||
def unalignedWorlds = "${propObbWorldsOutput}.unaligned"
|
||||
|
||||
task obbClean(type: Delete) << {
|
||||
delete propObbFontsOutput, propObbWorldsOutput, unalignedFonts, unalignedWorlds
|
||||
[propObbFontsOutput, propObbWorldsOutput, unalignedFonts, unalignedWorlds].each { file ->
|
||||
delete file
|
||||
}
|
||||
}
|
||||
|
||||
task obbGenerate() {
|
||||
|
|
Loading…
Add table
Reference in a new issue