setup-java/.github/java.json

14 lines
296 B
JSON
Raw Normal View History

2019-07-12 02:57:54 +00:00
{
"problemMatcher": [
{
"owner": "java",
"pattern": [
{
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
"code": 2,
"message": 3
}
]
}
]
}