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 64acfeb commit c2938acCopy full SHA for c2938ac
tool/plugin/lib/plugin.dart
@@ -509,8 +509,6 @@ class GenerateCommand extends ProductCommand {
509
510
@override
511
Future<int> doit() async {
512
- var json = readProductMatrix();
513
- var spec = SyntheticBuildSpec.fromJson(json.first, release, specs);
514
if (!genPresubmitYaml(specs)) {
515
return 1;
516
}
tool/plugin/test/plugin_test.dart
@@ -182,7 +182,6 @@ void main() {
182
await runner.run(["-d../..", "make"]).whenComplete(() {
183
cmd = (runner.commands['make'] as TestMakeCommand);
184
});
185
- var spec = cmd.specs[0];
186
await removeAll('../../build/classes');
187
var file = File("../../build/classes/META-INF/plugin.xml");
188
expect(file.existsSync(), isTrue);
0 commit comments