add javac problem matcher (#562)

* add javac problemMatcher

* fix spaces

Co-authored-by: Copilot Autofix powered by AI <[email protected]>

---------

Co-authored-by: Bruno Borges <[email protected]>
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
This commit is contained in:
Trass3r
2026-06-22 16:37:47 -04:00
committed by GitHub
co-authored by Bruno Borges Copilot Autofix powered by AI
parent 3d27da4ac1
commit dc8e16ad37
+13 -1
View File
@@ -9,6 +9,18 @@
"message": 3
}
]
},
{
"owner": "javac",
"pattern": [
{
"regexp": "^([^:]+):(\\d+): (warning|error): (.+?)$",
"file": 1,
"line": 2,
"severity": 3,
"message": 4
}
]
}
]
}
}