mirror of
https://github.com/actions/setup-java
synced 2024-11-09 23:22:40 +00:00
add javac problemMatcher
This commit is contained in:
parent
387ac29b30
commit
817fb5daef
1 changed files with 14 additions and 2 deletions
12
.github/java.json
vendored
12
.github/java.json
vendored
|
@ -9,6 +9,18 @@
|
|||
"message": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"owner": "javac",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^([^:]+):(\\d+): (warning|error): (.+?)$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"severity": 3,
|
||||
"message": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue