Commit 8f80050f authored by Devon Carew's avatar Devon Carew

Update FlutterPlugin.groovy

Update the groovy build example.
parent c82c0cf3
......@@ -97,7 +97,7 @@ class FlutterTask extends DefaultTask {
project.exec {
executable "${sdkDir}/bin/flutter"
workingDir sourceDir
args "build"
args "build", "flx"
args "-o", flxPath
args "--snapshot", "${intermediateDir}/snapshot_blob.bin"
args "--depfile", "${intermediateDir}/snapshot_blob.bin.d"
......
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