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
I got the following error if I am trying to build my Java 8 Project:
java: cannot access com.mojang.datafixers.util.Pair
bad class file: /${PROJECT}/datafixerupper-8.0.16.jar!/com/mojang/datafixers/util/Pair.class
class file has wrong version 61.0, should be 52.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
The text was updated successfully, but these errors were encountered:
It would be nice if you can add Java 8 support.
I got the following error if I am trying to build my Java 8 Project:
java: cannot access com.mojang.datafixers.util.Pair
bad class file: /${PROJECT}/datafixerupper-8.0.16.jar!/com/mojang/datafixers/util/Pair.class
class file has wrong version 61.0, should be 52.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
The text was updated successfully, but these errors were encountered: