Fix native images not detecting MinestomConsoleWriter (#1159)

This commit is contained in:
Cody 2022-06-09 19:54:38 -07:00 committed by GitHub
parent ef20430e54
commit af28caad9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,10 @@
"name":"net.minestom.server.timer.TaskImpl",
"fields":[{"name":"parked"}]
},
{
"name": "net.minestom.server.terminal.MinestomConsoleWriter",
"methods": [{"name":"<init>","parameterTypes":["java.util.Map"] }]
},
{
"name":"org.jctools.queues.BaseMpscLinkedArrayQueueColdProducerFields",
"fields":[{"name":"producerLimit"}]