Devan-Kerman / ARRP

A fabric api for creating resources and assets at runtime
Mozilla Public License 2.0
101 stars 25 forks source link

Support for 1.17? #34

Closed ghost closed 2 years ago

ghost commented 3 years ago

self explanatory title

Devan-Kerman commented 3 years ago

did it break? I doubt it

ghost commented 2 years ago

did it break? I doubt it

I get java.lang.IllegalArgumentException: Unsupported class file major version 60 upon attempting to compile. I think this relates to it not being supported in 1.17, but I'm not 100% sure.

Devan-Kerman commented 2 years ago

compiling ARRP? you're compiling on an old version of java

ghost commented 2 years ago

compiling ARRP? you're compiling on an old version of java

I was compiling on Java 16

Devan-Kerman commented 2 years ago

I can't reproduce this, you may be launching gradle with the wrong jvm

ghost commented 2 years ago

I can't reproduce this, you may be launching gradle with the wrong jvm

I have tried the official Oracle JVM, AdoptOpenJDK Hotspot, and AdoptOpenJDK Eclipse OpenJ9, all version 16, and every attempt at compiling has returned the exact same error.