add javac problemMatcher

This commit is contained in:
Trass3r 2023-12-01 01:02:26 +01:00 committed by GitHub
parent 387ac29b30
commit 817fb5daef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/java.json vendored
View file

@ -9,6 +9,18 @@
"message": 3
}
]
}
},
{
"owner": "javac",
"pattern": [
{
"regexp": "^([^:]+):(\\d+): (warning|error): (.+?)$",
"file": 1,
"line": 2,
"severity": 3,
"message": 4
}
]
}
]
}
}