TotalFreedom / TotalFreedomMod

A server modification for the TotalFreedom server
http://totalfreedom.me/
Other
43 stars 222 forks source link

TotalFreedomMod uses JDK 8 functionality #2148

Closed JeromSar closed 5 years ago

JeromSar commented 6 years ago

Namely: java.util.function.Function is used.

Original issue: https://github.com/TotalFreedom/TotalFreedomMod/issues/2147

Wild1145 commented 6 years ago

So this was on the 1.12-Alpha branch, which does require JDK 8 to compile, simply because that is what I had at the time to work with and it seems to work most places. If we need to revert support back to JDK 7 as well then that can be done, just not sure if we need to support JDK 7 or not, though probably a good idea really.

Wild1145 commented 5 years ago

Closed as we've moved from 1.7 to 1.8.