AcademyCraft

AcademyCraft

1M Downloads

[Gradle] A problem about Java version supported

KSkun opened this issue ยท 1 comments

commented

When we uses RetroLambda plugin on JDK1.7 to compile, it will work well on JRE1.7 env. But it won't work on JRE1.8 env.
When we uses JDK1.8 to compile, it will work only on JRE1.8, but the mod uses a Java 1.8 feature. (See #135 )
Now, which Java version should we support?

commented

Support JRE1.8.