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
Not sure if I should create a separate issue, but I also run into Unsupported class file major version 63 when I try to run my build with JDK 19, even without minimize()
org.gradle.api.GradleException: Could not add file '...' to ZIP '...jar'.
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
...
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 63
at shadow.org.objectweb.asm.ClassReader.<init>(ClassReader.java:199)
Would it be possible to create a new release with 404c7c2 included? (Or maybe already upgrade to 9.4 and release that, since meanwhile there is another ASM release? I created #817, hope it's not already included somewhere and I caught it right...)
Error
Unsupported class file major version 63
When using Gradle toolchains via Kotlin extension:
With latest Kotlin
1.8.0
(and1.8.0-RC2
)Only an issue when using
minimize()
The text was updated successfully, but these errors were encountered: