mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
[android][build] Run configure.sh for publish* gradle tasks
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -146,7 +146,7 @@ project.afterEvaluate {
|
|||||||
|
|
||||||
final taskName = gradle.startParameter.taskNames
|
final taskName = gradle.startParameter.taskNames
|
||||||
|
|
||||||
if (['assemble', 'bundle', 'compile', 'install', 'run'].any{taskName.any{task->task.startsWith(it)}}) {
|
if (['assemble', 'bundle', 'compile', 'install', 'run', 'publish'].any{taskName.any{task->task.startsWith(it)}}) {
|
||||||
exec {
|
exec {
|
||||||
workingDir '../..'
|
workingDir '../..'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user