VirtusLab / using_directives

12 stars 8 forks source link

Publish using Java 8 #13

Closed alexarchambault closed 3 years ago

alexarchambault commented 3 years ago

(Or the right options so that class file version is <= 52.)

It seems using_directives is published using Java 11, and that some class files require it to be used. Getting the following error when trying to use using_directives 0.0.5-2e8ad0f-SNAPSHOT with Java 8:

java.lang.UnsupportedClassVersionError: com/virtuslab/using_directives/reporter/Reporter 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