Delete redundant settings.ext.flutterSdkPath (#141509)

This line is a leftover. Removing it is a no-op.
This commit is contained in:
Bartek Pacia 2024-01-16 20:19:24 +01:00 committed by GitHub
parent 3944a677ed
commit 2442603cfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,10 +5,9 @@ pluginManagement {
def flutterSdkPath = properties.getProperty("flutter.sdk")
assert flutterSdkPath != null, "flutter.sdk not set in local.properties"
return flutterSdkPath
}
settings.ext.flutterSdkPath = flutterSdkPath()
}()
includeBuild("${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle")
includeBuild("$flutterSdkPath/packages/flutter_tools/gradle")
repositories {
google()