Update gradle.dart (#5610)

This commit is contained in:
Alexandre Ardhuin 2016-08-26 16:51:37 +02:00 committed by Devon Carew
parent 194a9ef3c9
commit 886f588df6

View File

@ -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 {