owainlewis/yaml

UnsupportedClassVersionError with JDK <11

totakke opened this issue · 2 comments

v1.0.10 causes UnsupportedClassVersionError when using it with JDK <11 (e.g. JDK 8).

Syntax error (UnsupportedClassVersionError) compiling at (yaml/reader.clj:1:1).
org/yaml/snakeyaml/constructor/PassthroughConstructor 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 guess that you built the project with JDK 11 and deployed it to Clojars.

I also noticed this issue.

Me too.