mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-06 15:29:37 +00:00
Add problem matcher (#4)
This commit is contained in:
14
.github/java.json
vendored
Normal file
14
.github/java.json
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "java",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
||||
"code": 2,
|
||||
"message": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user