Skip to content

Commit f080a56

Browse files
committed
feat(build): comment out build_runner command in build.gradle.kts
1 parent a33e810 commit f080a56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ tasks {
132132
commandLine("flutter", "pub", "get")
133133
}.result?.get()
134134

135-
providers.exec {
136-
workingDir = tempDir
137-
commandLine("flutter", "pub", "run", "build_runner", "build", "--delete-conflicting-outputs")
138-
}.result?.get()
135+
// providers.exec {
136+
// workingDir = tempDir
137+
// commandLine("flutter", "pub", "run", "build_runner", "build", "--delete-conflicting-outputs")
138+
// }.result?.get()
139139

140140
providers.exec {
141141
workingDir = tempDir

0 commit comments

Comments
 (0)