klaxon
klaxon copied to clipboard
KlaxonDoc.java got compiled to Java 11 byte code
The JAR for Klaxon 5.6 contains a single class file, that was compiled to byte code with version 11, this flags the library as incompatible with Java 8 through byte code analysis.
Is this an oversight or are you using library features from a newer JDK anyhow?
Oversight, this file should probably be compiled with Java 8...