xgouchet / Elmyr

A utility to make Kotlin/Java tests random yet reproducible
Other
83 stars 3 forks source link

Issue with Java 11 #67

Open bishiboosh opened 2 years ago

bishiboosh commented 2 years ago

Since upgrading to 1.3.2, I have the following compile issue when testing : Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8. Please specify proper '-jvm-target' option

Could the libs be built with Java 8 ?