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