From 4d8108f34d1ea5df2642cd6f1cff459c2258773a Mon Sep 17 00:00:00 2001 From: Rhodey Orbits Date: Fri, 29 May 2015 11:23:12 -0700 Subject: [PATCH] make prompt more explicit // FREEBIE --- build.gradle | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index ffc5f327b1..029f709fb8 100644 --- a/build.gradle +++ b/build.gradle @@ -245,12 +245,14 @@ if (propFile.canRead()){ } if (project.hasProperty('espresso') && System.console() != null) { - println "____________________WARNING_____________________" + println "______________________WARNING_______________________" println "ALL YOUR CONTACTS WILL BE DELETED IN THE PROCESS" - println "OF RUNNING THESE TESTS, TYPE 'espresso' TO CONTINUE" + println "OF RUNNING THESE TESTS, TYPE 'delete all my contacts'" + println "TO CONTINUE" + println "----------------------------------------------------" def input = System.console().readLine(':') - if (input == 'espresso') { + if (input == 'delete all my contacts') { android.productFlavors { base {} espresso {