1
0
Fork 0

For #1488 - add telemetry bool to project automation

master
Emily Kager 2019-04-09 09:49:29 -07:00 committed by Jeff Boek
parent 2e50d1f65f
commit 51eb231936
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class TaskBuilder(object):
)
gradle_commands = (
'./gradlew --no-daemon -PcrashReports=true clean test assembleRelease',
'./gradlew --no-daemon -PcrashReports=true -Ptelemetry=true clean test assembleRelease',
)
command = ' && '.join(