mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
Catch second line
This commit is contained in:
parent
bea2a6b41a
commit
924b43bd1a
1 changed files with 5 additions and 5 deletions
10
.github/java.json
vendored
10
.github/java.json
vendored
|
@ -3,15 +3,15 @@
|
||||||
{
|
{
|
||||||
"owner": "java",
|
"owner": "java",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
|
||||||
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
|
|
||||||
"file": 1,
|
|
||||||
"line": 2
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
||||||
"code": 2,
|
"code": 2,
|
||||||
"message": 3
|
"message": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
|
||||||
|
"file": 1,
|
||||||
|
"line": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue