mirror of
https://github.com/recloudstream/gradle.git
synced 2024-08-14 23:56:59 +00:00
auto-add-overlay for resources
This commit is contained in:
parent
73eb0a1c2f
commit
964c425973
1 changed files with 2 additions and 1 deletions
|
@ -48,10 +48,11 @@ abstract class CompileResourcesTask : Exec() {
|
||||||
)
|
)
|
||||||
args("-R", tmpRes.path)
|
args("-R", tmpRes.path)
|
||||||
args("--manifest", manifestFile.asFile.get().path)
|
args("--manifest", manifestFile.asFile.get().path)
|
||||||
|
args("--auto-add-overlay")
|
||||||
args("-o", outputFile.asFile.get().path)
|
args("-o", outputFile.asFile.get().path)
|
||||||
execute()
|
execute()
|
||||||
}
|
}
|
||||||
|
|
||||||
tmpRes.delete()
|
tmpRes.delete()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue