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
It appears the version of asm used does not support Java 17 bytecode.
Caused by: : java.lang.IllegalArgumentException: Unsupported class file major version 61
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:109)
at org.gradle.api.internal.project.ant.BasicAntBuilder.nodeCompleted(BasicAntBuilder.java:90)
at org.gradle.api.internal.project.ant.BasicAntBuilder.doInvokeMethod(BasicAntBuilder.java:117)
// snip...
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
at org.pitest.highwheel.parser.asm.ClassReader.<init>(ClassReader.java:196)
at org.pitest.highwheel.parser.asm.ClassReader.<init>(ClassReader.java:177)
at org.pitest.highwheel.parser.asm.ClassReader.<init>(ClassReader.java:163)
at org.pitest.highwheel.parser.asm.ClassReader.<init>(ClassReader.java:284)
at org.pitest.highwheel.bytecodeparser.ClassPathParser.parseClass(ClassPathParser.java:42)
at org.pitest.highwheel.bytecodeparser.ClassPathParser.parse(ClassPathParser.java:32)
at org.pitest.highwheel.Highwheel.analyse(Highwheel.java:44)
at org.pitest.highwheel.ant.AnalyseTask.analyse(AnalyseTask.java:71)
at org.pitest.highwheel.ant.AnalyseTask.execute(AnalyseTask.java:57)
// snip...
Please update the dependencies to support Java 17.
The text was updated successfully, but these errors were encountered:
It appears the version of
asm
used does not support Java 17 bytecode.Please update the dependencies to support Java 17.
The text was updated successfully, but these errors were encountered: