Skip to content

Commit ad26794

Browse files
authored
add integration_test as a default top level dir for sources (#3645)
1 parent 37e45e3 commit ad26794

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

build_runner_core/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 7.2.12-wip
1+
## 7.3.0
22

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

56
## 7.2.11
67

build_runner_core/lib/src/generate/options.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const List<String> defaultRootPackageSources = [
4242
'example/**',
4343
'lib/**',
4444
'test/**',
45+
'integration_test/**',
4546
'tool/**',
4647
'web/**',
4748
'node/**',

build_runner_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner_core
2-
version: 7.2.12-wip
2+
version: 7.3.0
33
description: Core tools to organize the structure of a build and run Builders.
44
repository: https://github.com/dart-lang/build/tree/master/build_runner_core
55

0 commit comments

Comments
 (0)