Skip to content

Commit

Permalink
add integration_test as a default top level dir for sources (#3645)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Jan 30, 2024
1 parent 37e45e3 commit ad26794
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build_runner_core/CHANGELOG.md
@@ -1,6 +1,7 @@
## 7.2.12-wip
## 7.3.0

- Bump the min sdk to 3.0.0.
- Add `integration_test` as a default top level directory for sources.

## 7.2.11

Expand Down
1 change: 1 addition & 0 deletions build_runner_core/lib/src/generate/options.dart
Expand Up @@ -42,6 +42,7 @@ const List<String> defaultRootPackageSources = [
'example/**',
'lib/**',
'test/**',
'integration_test/**',
'tool/**',
'web/**',
'node/**',
Expand Down
2 changes: 1 addition & 1 deletion build_runner_core/pubspec.yaml
@@ -1,5 +1,5 @@
name: build_runner_core
version: 7.2.12-wip
version: 7.3.0
description: Core tools to organize the structure of a build and run Builders.
repository: https://github.com/dart-lang/build/tree/master/build_runner_core

Expand Down

0 comments on commit ad26794

Please sign in to comment.