This commit is contained in:
Trass3r 2024-03-17 15:40:39 +07:00 committed by GitHub
commit 1f0ed1aae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
.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
}
]
}
]
}
}