mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
d4f62ed024
Signed-off-by: Yannick Schaus <github@schaus.net>
22 lines
425 B
JSON
22 lines
425 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "openhab-compile-problems",
|
|
"severity": "error",
|
|
"pattern": [
|
|
{
|
|
"regexp": "Failed to execute goal.*Compilation failure"
|
|
},
|
|
{
|
|
"regexp": "^\\[ERROR\\] (.+\\.java):\\[(.+),(.+)\\] (.*)$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"col": 3,
|
|
"message": 4,
|
|
"loop": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|