setup-java/.github/java.json
Danny McCormick de5d0c1f9a Add matcher
2019-07-11 09:19:07 -04:00

16 lines
389 B
JSON

{
"problemMatcher": [
{
"owner": "java",
"pattern": [
{
"regexp": "^Exception in thread \".*\" (.*): (.*)\\n\\s*at .*\\((.*):(\\d*)\\)$",
"severity": 1,
"message": 2,
"file": 3,
"line": 4
}
]
}
]
}