forked from actions/setup-java
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjava.json
More file actions
14 lines (14 loc) · 296 Bytes
/
java.json
File metadata and controls
14 lines (14 loc) · 296 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"problemMatcher": [
{
"owner": "java",
"pattern": [
{
"regexp": "^Exception in thread \"(.*)\" (.*): (.*)$",
"code": 2,
"message": 3
}
]
}
]
}