mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-24 01:26:52 +08:00
Simplify matcher
This commit is contained in:
parent
de5d0c1f9a
commit
7cb492936e
9
.github/java.json
vendored
9
.github/java.json
vendored
@ -4,11 +4,10 @@
|
||||
"owner": "java",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^Exception in thread \".*\" (.*): (.*)\\n\\s*at .*\\((.*):(\\d*)\\)$",
|
||||
"severity": 1,
|
||||
"message": 2,
|
||||
"file": 3,
|
||||
"line": 4
|
||||
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
||||
"file": 1,
|
||||
"severity": 2,
|
||||
"message": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user