diff --git a/build/pubspec.yaml b/build/pubspec.yaml index c73980baa..092aebb89 100644 --- a/build/pubspec.yaml +++ b/build/pubspec.yaml @@ -21,3 +21,8 @@ dev_dependencies: build_test: ^2.0.0 lints: '>=1.0.0 <3.0.0' test: ^1.16.0 + +dependency_overrides: + # Temporary + build_resolvers: + path: ../build_resolvers diff --git a/build_modules/pubspec.yaml b/build_modules/pubspec.yaml index a41ba4883..278fc5e46 100644 --- a/build_modules/pubspec.yaml +++ b/build_modules/pubspec.yaml @@ -33,3 +33,8 @@ dev_dependencies: path: test/fixtures/a b: path: test/fixtures/b + +dependency_overrides: + # Temporary + build_resolvers: + path: ../build_resolvers diff --git a/build_runner/pubspec.yaml b/build_runner/pubspec.yaml index 25006c515..80dbf884e 100644 --- a/build_runner/pubspec.yaml +++ b/build_runner/pubspec.yaml @@ -52,3 +52,8 @@ dev_dependencies: test_process: ^2.0.0 _test_common: path: ../_test_common + +dependency_overrides: + # Temporary + build_resolvers: + path: ../build_resolvers diff --git a/build_runner_core/pubspec.yaml b/build_runner_core/pubspec.yaml index 039853570..3965e8a98 100644 --- a/build_runner_core/pubspec.yaml +++ b/build_runner_core/pubspec.yaml @@ -41,3 +41,6 @@ dev_dependencies: dependency_overrides: build: path: ../build + # Temporary + build_resolvers: + path: ../build_resolvers diff --git a/build_test/pubspec.yaml b/build_test/pubspec.yaml index d3b0ebac7..eb858f526 100644 --- a/build_test/pubspec.yaml +++ b/build_test/pubspec.yaml @@ -27,3 +27,8 @@ dev_dependencies: analyzer: ">=2.1.0 <5.0.0" collection: ^1.15.0 lints: '>=1.0.0 <3.0.0' + +dependency_overrides: + # Temporary + build_resolvers: + path: ../build_resolvers diff --git a/build_web_compilers/pubspec.yaml b/build_web_compilers/pubspec.yaml index f27fd2ee2..da474cfb6 100644 --- a/build_web_compilers/pubspec.yaml +++ b/build_web_compilers/pubspec.yaml @@ -33,3 +33,8 @@ dev_dependencies: path: test/fixtures/a b: path: test/fixtures/b + +dependency_overrides: + # Temporary + build_resolvers: + path: ../build_resolvers diff --git a/scratch_space/pubspec.yaml b/scratch_space/pubspec.yaml index be3eaacfb..4bc40d32f 100644 --- a/scratch_space/pubspec.yaml +++ b/scratch_space/pubspec.yaml @@ -17,3 +17,8 @@ dev_dependencies: build_test: ^2.0.0 lints: '>=1.0.0 <3.0.0' test: ^1.16.0 + +dependency_overrides: + # Temporary + build_resolvers: + path: ../build_resolvers