Merge a8ea2555c90face24d86c58ad79941120208b2da into 3b6c050358614dd082e53cdbc55580431fc4e437

This commit is contained in:
Trass3r 2025-03-26 15:06:50 +00:00 committed by GitHub
commit 34525695f6
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 "message": 3
} }
] ]
},
{
"owner": "javac",
"pattern": [
{
"regexp": "^([^:]+):(\\d+): (warning|error): (.+?)$",
"file": 1,
"line": 2,
"severity": 3,
"message": 4
}
]
} }
] ]
} }