mirror of
https://gitea.com/actions/setup-java.git
synced 2025-12-13 20:21:45 +08:00
Escaping
This commit is contained in:
2
.github/java.json
vendored
2
.github/java.json
vendored
@@ -4,7 +4,7 @@
|
||||
"owner": "java",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
||||
"regexp": "^Exception in thread \\\"(.*)\\\" (.*): (.*)$",
|
||||
"file": 1,
|
||||
"severity": 2,
|
||||
"message": 3
|
||||
|
||||
Reference in New Issue
Block a user