mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Delete unused string in gradle_errors.dart
(#157187)
Follow up to https://github.com/flutter/flutter/pull/157132 I stopped using this string but didn't delete it.
This commit is contained in:
parent
8aa25aeff2
commit
76ed5355a4
@ -687,9 +687,6 @@ ${_getAgpLocation(project)}''',
|
||||
eventLabel: 'r8-dexing-bug-in-AGP-7.3'
|
||||
);
|
||||
|
||||
@visibleForTesting
|
||||
const String jlinkErrorMessage = '> Error while executing process';
|
||||
|
||||
@visibleForTesting
|
||||
final GradleHandledError jlinkErrorWithJava21AndSourceCompatibility = GradleHandledError(
|
||||
test: (String line) => line.contains('> Error while executing process')&& line.contains('jlink'),
|
||||
|
Loading…
Reference in New Issue
Block a user