Fix gradle verbose error. (#26938)
This commit is contained in:
parent
30f8d3b392
commit
9abe4c6dfe
@ -106,7 +106,7 @@ Future<GradleProject> _readGradleProject() async {
|
||||
environment: _gradleEnv,
|
||||
);
|
||||
final RunResult tasksRunResult = await runCheckedAsync(
|
||||
<String>[gradle, 'app:tasks', '--all'],
|
||||
<String>[gradle, 'app:tasks', '--all', '--console=auto'],
|
||||
workingDirectory: flutterProject.android.hostAppGradleRoot.path,
|
||||
environment: _gradleEnv,
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user