Skip to content

Commit 1a4f79c

Browse files
committed
fix(build): update command line to use 'dart' instead of 'flutter' for pub get and build_runner
1 parent 86e3062 commit 1a4f79c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,11 @@ tasks {
130130
providers.exec {
131131
workingDir = tempDir
132132
commandLine("dart", "pub", "get")
133-
errorOutput = System.err
134-
standardOutput = System.out
135133
}.result?.get()
136134

137135
providers.exec {
138136
workingDir = tempDir
139137
commandLine("dart", "run", "build_runner", "build", "-d")
140-
errorOutput = System.err
141-
standardOutput = System.out
142138
}.result?.get()
143139

144140
providers.exec {

0 commit comments

Comments
 (0)