setup-java/.github/java.json
2019-07-11 09:38:51 -04:00

19 lines
459 B
JSON

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