irundaia / sbt-sassify

sbt-web plugin for Sass files
Apache License 2.0
68 stars 17 forks source link

UnsupportedClassVersionError on JDK 8 #29

Closed ngbinh closed 7 years ago

ngbinh commented 7 years ago

when I tried version 1.4.10 on JDK 8, I encountered this error:

error 11:55:59:AM] trace: throwable: java.lang.UnsupportedClassVersionError: org/irundaia/sass/jna/SassLibrary has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0

Looks like the library was published with JDK 9?

LogicalTime commented 7 years ago

Yep, looks like it was fixed in 1.4.11 though. https://github.com/irundaia/sbt-sassify/issues/28

ngbinh commented 7 years ago

thanks. Indeed!