1
0
Fork 0
mirror of synced 2026-06-05 16:28:19 +00:00
setup-java/.github/java.json
2019-07-11 22:57:54 -04:00

14 lines
No EOL
296 B
JSON

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