mirror of
https://github.com/microg/GmsCore.git
synced 2025-11-07 18:30:43 +00:00
Correctly handle optional spaces at the start of the error message in the GitHub workflow (#2251)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"owner": "gradle-build-matcher",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^([^:]+):(\\d+):\\s(error|Error):\\s(.+)$",
|
||||
"regexp": "^\\s*([^:]+):(\\d+):\\s(error|Error):\\s(.+)$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"severity": 3,
|
||||
|
||||
Reference in New Issue
Block a user