From b864860e5bc99d8e58ea2a9c32ec88e6bb72d0b1 Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Tue, 29 Oct 2019 13:07:01 -0700 Subject: [PATCH 1/2] Revert "Work around head bot failure (#2048)" This reverts commit 3f6ff5af8be810781ec0dfee5c81e6b53620dc96. --- tool/grind.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/grind.dart b/tool/grind.dart index 0e800a7ece..2f05c76566 100644 --- a/tool/grind.dart +++ b/tool/grind.dart @@ -225,7 +225,7 @@ void analyze() async { } @Task('analyze, test, and self-test dartdoc') -@Depends(analyze, test, testDartdoc) +@Depends(analyze, checkBuild, test, testDartdoc) void buildbotNoPublish() => null; @Task('analyze, test, and self-test dartdoc') From 0379d3c0546b33db3ac21bda2099820c86ab95b0 Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Tue, 29 Oct 2019 13:07:37 -0700 Subject: [PATCH 2/2] Update analyzer version to 0.39.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7220848213..fbe82be6e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: sdk: '>=2.1.0 <3.0.0' dependencies: - analyzer: ^0.38.3 + analyzer: ^0.39.0 args: '>=1.5.0 <2.0.0' collection: ^1.2.0 crypto: ^2.0.6