diff --git a/example_usage/pubspec.yaml b/example_usage/pubspec.yaml index 96babda5..9c040740 100644 --- a/example_usage/pubspec.yaml +++ b/example_usage/pubspec.yaml @@ -1,6 +1,8 @@ name: source_gen_example_usage publish_to: none -resolution: workspace +# TODO(https://github.com/dart-lang/build/issues/3721) - build_runner broken by +# workspace resolution. +# resolution: workspace environment: sdk: ^3.6.0-270.0.dev @@ -14,3 +16,9 @@ dev_dependencies: build_verify: ^3.0.0 dart_flutter_team_lints: ^3.1.0 test: ^1.5.1 + +# TODO(https://github.com/dart-lang/build/issues/3721) - build_runner broken by +# workspace resolution. +dependency_overrides: + source_gen: + path: ../source_gen diff --git a/pubspec.yaml b/pubspec.yaml index e4ea4061..9209769c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,7 +6,9 @@ environment: workspace: - source_gen - example - - example_usage + # TODO(https://github.com/dart-lang/build/issues/3721) - build_runner broken + # by workspace resolution. + # - example_usage - _test_annotations dev_dependencies: