mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update gradle.dart (#5610)
This commit is contained in:
parent
194a9ef3c9
commit
886f588df6
@ -112,7 +112,7 @@ Future<int> buildGradleProject(BuildMode buildMode) async {
|
|||||||
String gradle = locateSystemGradle();
|
String gradle = locateSystemGradle();
|
||||||
if (gradle == null) {
|
if (gradle == null) {
|
||||||
printError(
|
printError(
|
||||||
'Unable to locate gradle. Please configure the path to gradle using \'flutter config --gradle\'.'
|
'Unable to locate gradle. Please configure the path to gradle using \'flutter config --gradle-dir\'.'
|
||||||
);
|
);
|
||||||
return 1;
|
return 1;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user