Skip to content

Commit

Permalink
add temporary dep overrides so all tests run with the new build_resol…
Browse files Browse the repository at this point in the history
…vers
  • Loading branch information
jakemac53 committed May 26, 2022
1 parent d38b544 commit 76f5bc3
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/pubspec.yaml
Expand Up @@ -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
5 changes: 5 additions & 0 deletions build_modules/pubspec.yaml
Expand Up @@ -33,3 +33,8 @@ dev_dependencies:
path: test/fixtures/a
b:
path: test/fixtures/b

dependency_overrides:
# Temporary
build_resolvers:
path: ../build_resolvers
5 changes: 5 additions & 0 deletions build_runner/pubspec.yaml
Expand Up @@ -52,3 +52,8 @@ dev_dependencies:
test_process: ^2.0.0
_test_common:
path: ../_test_common

dependency_overrides:
# Temporary
build_resolvers:
path: ../build_resolvers
3 changes: 3 additions & 0 deletions build_runner_core/pubspec.yaml
Expand Up @@ -41,3 +41,6 @@ dev_dependencies:
dependency_overrides:
build:
path: ../build
# Temporary
build_resolvers:
path: ../build_resolvers
5 changes: 5 additions & 0 deletions build_test/pubspec.yaml
Expand Up @@ -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
5 changes: 5 additions & 0 deletions build_web_compilers/pubspec.yaml
Expand Up @@ -33,3 +33,8 @@ dev_dependencies:
path: test/fixtures/a
b:
path: test/fixtures/b

dependency_overrides:
# Temporary
build_resolvers:
path: ../build_resolvers
5 changes: 5 additions & 0 deletions scratch_space/pubspec.yaml
Expand Up @@ -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

0 comments on commit 76f5bc3

Please sign in to comment.