forked from organicmaps/organicmaps
Merge pull request #577 from yunikkk/gradle-generate-obb
[android] Fixed clean task.
This commit is contained in:
commit
99f885d634
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