mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 09:26:46 +00:00
Just use first pattern for now
This commit is contained in:
parent
924b43bd1a
commit
2b38deb652
1 changed files with 1 additions and 6 deletions
5
.github/java.json
vendored
5
.github/java.json
vendored
|
@ -7,11 +7,6 @@
|
|||
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
||||
"code": 2,
|
||||
"message": 3
|
||||
},
|
||||
{
|
||||
"regexp": "^\\s*at .*\\((.*):(\\d*)\\)$",
|
||||
"file": 1,
|
||||
"line": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue