setup-java/.github/java.json
Danny McCormick 7b43127c86 Escaping
2019-07-11 09:31:56 -04:00

15 lines
No EOL
327 B
JSON

{
"problemMatcher": [
{
"owner": "java",
"pattern": [
{
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
"file": 1,
"code": 2,
"message": 3
}
]
}
]
}