Skip to content

Commit 2266334

Browse files
committed
Pubspec.
1 parent a91d43d commit 2266334

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

source_gen/pubspec.yaml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,27 @@ dev_dependencies:
3030

3131
dependency_overrides:
3232
build:
33-
path: ../../build/build
33+
git:
34+
url: https://github.com/dart-lang/build
35+
path: build
36+
ref: cb75ab58d375bd14e8beff8167ff67a4da456ff7
3437
build_resolvers:
35-
path: ../../build/build_resolvers
38+
git:
39+
url: https://github.com/dart-lang/build
40+
path: build_resolvers
41+
ref: cb75ab58d375bd14e8beff8167ff67a4da456ff7
3642
build_runner:
37-
path: ../../build/build_runner
43+
git:
44+
url: https://github.com/dart-lang/build
45+
path: build_runner
46+
ref: cb75ab58d375bd14e8beff8167ff67a4da456ff7
3847
build_runner_core:
39-
path: ../../build/build_runner_core
48+
git:
49+
url: https://github.com/dart-lang/build
50+
path: build_runner_core
51+
ref: cb75ab58d375bd14e8beff8167ff67a4da456ff7
4052
build_test:
41-
path: ../../build/build_test
53+
git:
54+
url: https://github.com/dart-lang/build
55+
path: build_test
56+
ref: cb75ab58d375bd14e8beff8167ff67a4da456ff7

0 commit comments

Comments
 (0)