Downgrade to java 21

This commit is contained in:
Melledy
2025-10-31 03:25:03 -07:00
parent c18bafae85
commit 7da918bcac
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ public class HttpServer {
}
// Exception handler
getApp().exception(Exception.class, (e, _) -> {
getApp().exception(Exception.class, (e, c) -> {
e.printStackTrace();
});