mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
gralde: runApplication no more run every time
This commit is contained in:
parent
fb74ab8377
commit
ade3fedb3a
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ android.applicationVariants.all { variant ->
|
|||
})
|
||||
}
|
||||
|
||||
task runApplication() {
|
||||
task runApplication << {
|
||||
def result = exec {
|
||||
executable = android.getAdbExecutable().toString()
|
||||
ignoreExitValue true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue