Merge a8ea2555c90face24d86c58ad79941120208b2da into 67fbd726daaf08212a7b021c1c4d117f94a81dd3

This commit is contained in:
Trass3r 2024-08-25 09:14:01 +07:00 committed by GitHub
commit b708d71b9e
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
}
]
}
]
}
}