gralde: runApplication no more run every time

This commit is contained in:
Erwan Croze 2017-08-07 09:48:50 +02:00
parent fb74ab8377
commit ade3fedb3a

View file

@ -183,7 +183,7 @@ android.applicationVariants.all { variant ->
}) })
} }
task runApplication() { task runApplication << {
def result = exec { def result = exec {
executable = android.getAdbExecutable().toString() executable = android.getAdbExecutable().toString()
ignoreExitValue true ignoreExitValue true