cbeust / jcommander

Command line parsing framework for Java
Apache License 2.0
1.96k stars 334 forks source link

JCommander recent releases (at least 1.74) are compiled with Java 11 class versions #476

Closed cgruber closed 5 years ago

cgruber commented 5 years ago
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/beust/jcommander/JCommander has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

I'm not sure anything in JCommander requires Java11, but the published artifacts are not usable on anything before Java11.

cgruber commented 5 years ago

Oh, this seems to be fixed in 1.78, so never mind. :)