mirror of
https://gitea.com/actions/setup-java.git
synced 2024-11-01 01:20:33 +01:00
14 lines
296 B
JSON
14 lines
296 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "java",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
|
|
"code": 2,
|
|
"message": 3
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |