We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e45e3 commit ad26794Copy full SHA for ad26794
build_runner_core/CHANGELOG.md
@@ -1,6 +1,7 @@
1
-## 7.2.12-wip
+## 7.3.0
2
3
- Bump the min sdk to 3.0.0.
4
+- Add `integration_test` as a default top level directory for sources.
5
6
## 7.2.11
7
build_runner_core/lib/src/generate/options.dart
@@ -42,6 +42,7 @@ const List<String> defaultRootPackageSources = [
42
'example/**',
43
'lib/**',
44
'test/**',
45
+ 'integration_test/**',
46
'tool/**',
47
'web/**',
48
'node/**',
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
0 commit comments