Commit 305ab1a3 authored by kongshanshan33's avatar kongshanshan33 Committed by Alexander Aprelev

Fix project directory has spaces lead to compile error when use 'flutter...

Fix project directory has spaces lead to compile error when use 'flutter create -t module'command (#23817)
parent 04687429
// Generated file. Do not edit. // Generated file. Do not edit.
def scriptFile = getClass().protectionDomain.codeSource.location.path def scriptFile = getClass().protectionDomain.codeSource.location.toURI()
def flutterProjectRoot = new File(scriptFile).parentFile.parentFile def flutterProjectRoot = new File(scriptFile).parentFile.parentFile
gradle.include ':flutter' gradle.include ':flutter'
......
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