setup-java/.github/java.json
2019-07-11 09:28:06 -04:00

15 lines
331 B
JSON

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