Skip to content

Commit af16f26

Browse files
authored
Revert #2048 and upgrade analyzer version (#2049)
* Revert "Work around head bot failure (#2048)" This reverts commit 3f6ff5a. * Update analyzer version to 0.39.0
1 parent e86abf5 commit af16f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
sdk: '>=2.1.0 <3.0.0'
99

1010
dependencies:
11-
analyzer: ^0.38.3
11+
analyzer: ^0.39.0
1212
args: '>=1.5.0 <2.0.0'
1313
collection: ^1.2.0
1414
crypto: ^2.0.6

tool/grind.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ void analyze() async {
225225
}
226226

227227
@Task('analyze, test, and self-test dartdoc')
228-
@Depends(analyze, test, testDartdoc)
228+
@Depends(analyze, checkBuild, test, testDartdoc)
229229
void buildbotNoPublish() => null;
230230

231231
@Task('analyze, test, and self-test dartdoc')

0 commit comments

Comments
 (0)