You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.UnsupportedClassVersionError: es/weso/shex/parser/ShExDocLexer has been compiled by a more recent version of the Java Runtime (class file version 56.0), this version of the Java Runtime only re
cognizes class file versions up to 55.0hapeMapTest 4s
| => eat es.weso.shex.compact.Parser$.parseSchemaReader(Parser.scala:130)
at es.weso.shex.Schema$.fromInputStream(Schema.scala:224)
at es.weso.shex.Schema$.fromString(Schema.scala:302)
at es.weso.shacl.converter.shacl2ShExTest.$anonfun$shouldConvertSHACLShEx$6(shacl2ShExTest.scala:109)
at cats.effect.IOFiber.next$2(IOFiber.scala:355)
at cats.effect.IOFiber.runLoop(IOFiber.scala:363)
at cats.effect.IOFiber.autoCedeR(IOFiber.scala:1174)
at cats.effect.IOFiber.run(IOFiber.scala:133)
at cats.effect.unsafe.WorkerThread.run(WorkerThread.scala:383)
sbt test
fails partly because ofAccording to https://stackoverflow.com/a/47457251/4032515 the published binaries were built with java 12.
Would it be possible to also publish binaries built with java 11?
The text was updated successfully, but these errors were encountered: