-
-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raise the minimum Java version to 11. #6557
Raise the minimum Java version to 11. #6557
Conversation
This is probably to be the last thing merged before 2.9, in case anybody needs to make an unofficial Java 8 build by checking out the final commit. Ironically, the first post-2.9 feature commit will probably be bumping the version again to Java 17. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 23 in b0052d2
Minecraft 1.8 and earlier are not, and will not be supported. New Minecraft |
change 1.8 to 1.12 (and resolve conflicts :) )
Make it Java 17. Java 11 doesn't benefit much. Other than less MC versions from 1.17 |
Description
Raises Skript's compile target from Java 8 to Java 11.
Raises the test runners (and test server tasks) to use Java 11.
With 2.9 we are dropping support for Java 8. We will still support Minecraft versions 1.13.2+ with this Skript version, as long as they are running Java 11.
Target Minecraft Versions: any
Requirements: Java 11
Related Issues: #4625 & closes #1321