mirror of
https://gitea.com/actions/setup-java.git
synced 2026-01-22 18:03:53 +08:00
Add matcher
This commit is contained in:
16
.github/java.json
vendored
Normal file
16
.github/java.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "java",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^Exception in thread \".*\" (.*): (.*)\\n\\s*at .*\\((.*):(\\d*)\\)$",
|
||||
"severity": 1,
|
||||
"message": 2,
|
||||
"file": 3,
|
||||
"line": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user