mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-24 01:26:52 +08:00
Just use first pattern for now
This commit is contained in:
parent
924b43bd1a
commit
2b38deb652
7
.github/java.json
vendored
7
.github/java.json
vendored
@ -7,13 +7,8 @@
|
||||
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
||||
"code": 2,
|
||||
"message": 3
|
||||
},
|
||||
{
|
||||
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
|
||||
"file": 1,
|
||||
"line": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user