Commit 886f588d authored by Alexandre Ardhuin's avatar Alexandre Ardhuin Committed by Devon Carew

Update gradle.dart (#5610)

parent 194a9ef3
......@@ -112,7 +112,7 @@ Future<int> buildGradleProject(BuildMode buildMode) async {
String gradle = locateSystemGradle();
if (gradle == null) {
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;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment