1
0
Fork 0
mirror of https://github.com/actions/setup-java.git synced 2024-09-19 16:16:43 +00:00
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
}
]
}
]
}