mirror of
https://gitea.com/actions/setup-java.git
synced 2025-05-14 19:56:51 +08:00
Catch second line
This commit is contained in:
parent
7b43127c86
commit
ce5b3ed3dc
6
.github/java.json
vendored
6
.github/java.json
vendored
@ -5,9 +5,13 @@
|
|||||||
"pattern": [
|
"pattern": [
|
||||||
{
|
{
|
||||||
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
||||||
"file": 1,
|
|
||||||
"code": 2,
|
"code": 2,
|
||||||
"message": 3
|
"message": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
|
||||||
|
"message": 1,
|
||||||
|
"line": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user