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