mirror of
https://github.com/actions/setup-java.git
synced 2024-11-12 12:58:04 +00:00
27 lines
497 B
JSON
27 lines
497 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "java",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
|
"code": 2,
|
|
"message": 3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"owner": "javac",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^([^:]+):(\\d+): (warning|error): (.+?)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"severity": 3,
|
|
"message": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|