mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 13:29:35 -08:00
23 lines
537 B
JSON
23 lines
537 B
JSON
{
|
|
// Example:
|
|
// warning unused-exclude-by-conf the exclude dependency is not in your dependency graph, so has no effect
|
|
// app/build.gradle:45
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "gradle",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(error|quiet|warning|lifecycle|info|debug)\\s+(\\S+)\\s+(.+)$",
|
|
"severity": 1,
|
|
"code": 2,
|
|
"message": 3
|
|
},
|
|
{
|
|
"regexp": "^([^\\s]+):([\\d]+)$",
|
|
"file": 1,
|
|
"line": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|