fix: update codegen build, fix incorrect logging output

This commit is contained in:
Anton Stubenbord
2023-10-24 16:16:29 +02:00
parent c35fc7cb47
commit 03d8cb55c7
6 changed files with 88 additions and 99 deletions

View File

@@ -8,7 +8,7 @@ if (localPropertiesFile.exists()) {
def flutterRoot = localProperties.getProperty('flutter.sdk')
if (flutterRoot == null) {
throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
throw new FileNotFoundException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
}
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')