1
0
Fork 0
mirror of https://github.com/actions/setup-java.git synced 2024-09-18 23:56:43 +00:00
setup-java/.github/java.json
2019-07-11 22:57:54 -04:00

14 lines
296 B
JSON

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