Mute GraalVM warning spam on startup

This commit is contained in:
P0nk
2022-08-03 07:57:01 +02:00
parent c2b28b5148
commit 2b680c02c8

View File

@@ -958,6 +958,7 @@ public class Server {
}
public static void main(String[] args) {
System.setProperty("polyglot.engine.WarnInterpreterOnly", "false"); // Mute GraalVM warning: "The polyglot context is using an implementation that does not support runtime compilation."
Server.getInstance().init();
}