Skip to content

Commit

Permalink
prep to publish build_runner (#3427)
Browse files Browse the repository at this point in the history
* prep to publish build_runner

* skip failing errors test in build_config
  • Loading branch information
jakemac53 committed Dec 16, 2022
1 parent 3797325 commit e870fb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_config/test/errors_test.dart
Expand Up @@ -97,7 +97,7 @@ line 7, column 11 of build.yaml: Unsupported value for "exclude". type 'Null' is
7 │ -
│ ^
╵''');
});
}, skip: 'https://github.com/dart-lang/build/issues/3428');

test('for empty exclude globs', () {
var buildYaml = r'''
Expand Down
4 changes: 3 additions & 1 deletion build_runner/CHANGELOG.md
@@ -1,4 +1,6 @@
## 2.3.3-dev
## 2.3.3

- Remove references to `NullThrownError`.

## 2.3.2

Expand Down
2 changes: 1 addition & 1 deletion build_runner/pubspec.yaml
@@ -1,5 +1,5 @@
name: build_runner
version: 2.3.3-dev
version: 2.3.3
description: A build system for Dart code generation and modular compilation.
repository: https://github.com/dart-lang/build/tree/master/build_runner

Expand Down

0 comments on commit e870fb0

Please sign in to comment.