
Remove the openjdk7 build job in .travis.yml
xsun2001 opened this issue ยท 6 comments
The code of 1.10's EnderIO used some java8's new features such as default method. But Travis CI build config still uses openjdk7 to build. And it caused the failure of some PRs. I suggest to remove openjdk7 in .travis.yml to prevent the failed build.
to be honest, why staying on that version (i do not want to start an argument) because even minecraft itself provides a (truly outdated) java8 runtime by default
i just want to have some understanding for the decision (as i feel others may start an argument over that fact)
because that is only on the new launcher which not everyone has access to. Once 1.12 is out and usable, we will officially move to j8 as vanilla has.
thank you for the answer :) .. i honestly was under the impression the old launcher is dead already
It mostly is, but the point is that vanilla supports j6, and so does forge, thus so do we.