mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
15 lines
No EOL
335 B
JSON
15 lines
No EOL
335 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "java",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^Exception in thread \\\"(.*)\\\" (.*): (.*)$",
|
|
"file": 1,
|
|
"severity": 2,
|
|
"message": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |