mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-24 09:37:00 +08:00
19 lines
456 B
JSON
19 lines
456 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "java",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
|
|
"file": 1,
|
|
"line": 2
|
|
},
|
|
{
|
|
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
|
"code": 2,
|
|
"message": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |