maximus-f / Blackjack

A blackjack plugin for minecraft
3 stars 5 forks source link

1.7.1 was compiles with java 20?.... #10

Closed CloudeLecaw closed 9 months ago

CloudeLecaw commented 9 months ago
Caused by: java.lang.UnsupportedClassVersionError: me/perotin/blackjack/Blackjack has been compiled by a more recent version of the Java Runtime (class file version 64.0), this version of the Java Runtime only recognizes class file versions up to 61.0
    [00:24:51 ERROR]: [ModernPluginLoadingStrategy] Could not load plugin 'Blackjack_1.7.1.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/perotin/blackjack/Blackjack has been compiled by a more recent version of the Java Runtime (class file version 64.0), this version of the Java Runtime only recognizes class file versions up to 61.0

like many other servers we are only at java 17 for the moment (61.0)

So it would be nice if 1.7.1 could be recompiled for java 17 (that most 1.19.x or higher servers have)

CloudeLecaw commented 9 months ago

solved with 1.7.2 <3