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.
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.